Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~628 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for painless

i m not getting the desired out put .....according to the program ,it will have to give the movement of the circle in the direction of the diagonal. [code=java] import javax.swing.*; import java.awt.*; public class DrawCircle{ int x=70; int y=70; public static void main(String[] args){ DrawCircle dc = new DrawCircle(); …

Member Avatar for kvprajapati
0
112
Member Avatar for einhachi

Frames are the basics of java gui...make frame then u can put any thing on it ... u can add ur custom panes just by overriding the paintComponent method of JPanel...n dont forget to add(frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)) in ur code.

Member Avatar for painless
0
184
Member Avatar for painless
Member Avatar for BestJewSinceJC
0
102
Member Avatar for painless

plz help me out ... i m using the following code to display an image which resides on my pc (C:\Users\vivek\Pictures\firefox,JPG)... but when i run the code ....there is no compile time error..n also not any run time error..n the output is a empty frame :'( [code=java]import java.awt.*; import javax.swing.*; …

Member Avatar for painless
0
135
Member Avatar for painless

Sequencer sequencer = MidiSystem.getSequencer (); can any 1 tell ...What's going on in this code ....

Member Avatar for painless
0
95

The End.