animate controls

JAVA Catch the Eggs Game Programming part1

Submitted by moazkhan on

TUTORIAL NO 6

JAVA Catch the Eggs Game Programming part1

In this tutorial you will learn: 1.Game Programming 2.CardLayout 3.Changing screens in the game 4.Internal Classes 5.Swing Animations 6.Event handling 7.JAVA awt 8.JAVA swing 9.Adapters 10.BoxLayout Today I am going to teach you how to make a simple yet fun game in JAVA. This tutorial will be divided into two parts so that thing remain simple and everyone could easily understand.

C++ Tutorial: Animate Your Controls

Submitted by Bright777 on
   Hi. It is Bright777 and today we are going to play a little with animation in Visual C++. Also we will learn new control, called Picture Box Control and will use the old one – Timer Control. The program will be very simple and interesting. So if you are ready let’s begin. Intro    Picture Box control is used to display pictures in your application. It can be added to your program like others – just drag it on your form and then select picture in the properties.