Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~526 People Reached
Favorite Tags
Member Avatar for Lost Chyld

I need help with breaking out of a loop. I know it's something simple, but I can't remember. Here's my code. for(count = 0; count < inputArray.length; count++) { inputArray[count] = JOptionPane.showInputDialog( null, "Please input a name or exit: ", "Input Name", JOptionPane.QUESTION_MESSAGE); if(inputArray[count] == "Exit") { break; } }

Member Avatar for server_crash
0
95
Member Avatar for Lost Chyld

I get an error about missing bridge.dll at startup. I've read through other threads and ran a scan with hijackthis, but I'm still not sure what to fix. Here's my log: Logfile of HijackThis v1.97.7 Scan saved at 11:12:10 AM, on 6/13/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet …

Member Avatar for Yzk
0
222
Member Avatar for Lost Chyld

I'm working on a program with menus, but I don't know how to clear the screen before displaying the next menu.

Member Avatar for wildrider30
2
209