Visual Basic 6.0
Download VB .exe files
My First Java Program
If you want to start java programming, you must start from a program like this first and compile it. This will start your Java Programming session. Make sure you have developer java (Java SDK) installed on your system. Here's the code compile as .java
Java Code for a Raise to Power Output
This java code will give you output in a raise to power format. e.g. a raise to power b. 2 raise to power 3 is 8. As there is no pow() function in Java, you can use this method for implementing power functions.
Here's the code, compile as abc.java
Here's the code, compile as abc.java
Java Code to Create 3D Text in Motion
Here is the code for creating moving text in 3D
Compile as demo.java :-
import java.awt.*;
import javax.swing.*;
Java Code to Create Moving Text
This Program in Java will teach you how to add Border to your java program, how to move your text i.e. Labels or Images along x-axis and y-axis. It will also let you make creative and good looking programs or java applications by creating simple designs and animations. Please feel free to ask anything by commenting under the post.
Subscribe to:
Posts (Atom)