Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~18.5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

4 Posted Topics

Member Avatar for pfuturama

You used swing classes. So the code should be on the EDT(Event Dispath Thread). Try writing your code like this e.g [CODE] public static void main(String[] args){ EventQueue.invokeLater(new Runnable(){ public void run(){ // Write the Swing code here //you wrote it in the main thread itself } }); } [/CODE]

Member Avatar for stultuske
0
113
Member Avatar for letlet_pogs

[QUOTE=letlet_pogs;1150876]Hello. I am trying to return an array and print the values. [code] public static void main(String args[]){ for (int i = 0 ; i<getNames().length;i++){ String a[] = new String[getNames().length]; System.out.println(a[0]); } } [/code] Help. I can't figure it out. Thank you again.[/QUOTE] The problem is with the main method. …

Member Avatar for balajimarisetti
0
2K
Member Avatar for Stefano Mtangoo

Cay Hortsman's CoreJava(Eight Edition) and Concepts of Java are also very good books. I like the way he dealt with the concepts.

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for balajimarisetti

I'm newly graduated student(MCA). I want a new pc that meets my programming requirements(C/C++ & Java).What could be the best configuration? What is the best and latest compiler in C/C++ on windows platform(OR MS-DOS)?

0
17

The End.