Forum: Viruses, Spyware and other Nasties Jul 24th, 2006 |
| Replies: 0 Views: 1,139 Having read some posts on this issue, I downloaded and ran first HijackThis and then VundoFix.
HijackThis could not access the hosts file, so I am enclosing it, along with an error message from... |
Forum: Java Apr 5th, 2005 |
| Replies: 4 Views: 5,264 Thanks; I had considered doing that, but I (accidentally) found my real problem: The class I was filling the textfield from had an extra /t (tab) in it. When I took that out, everything worked the... |
Forum: Java Apr 5th, 2005 |
| Replies: 4 Views: 5,264 Thanks... Where could I find an example of that?
Chuck |
Forum: Java Apr 5th, 2005 |
| Replies: 4 Views: 5,264 I can do it with a JLabel or a JButton, but can't figure out how in a JTextField. I thought I had found it (txtLonDay.setHorizontalAlignment(JTextField.CENTER)), but that doesn't work the way I... |
Forum: Java Feb 21st, 2005 |
| Replies: 4 Views: 3,802 Thanks, crash...
Do you know a way to minimize the console from within the program? |
Forum: Java Feb 21st, 2005 |
| Replies: 3 Views: 8,336 To use the Integer.parseInt code you will want to validate your input first. If the user enters letters or null, for instance you will get a NumberFormatException and crash. |
Forum: Java Feb 21st, 2005 |
| Replies: 4 Views: 3,802 Can anyone tell me how to get rid of console window? I'm writing a gui program for an assignment... Spoiled by VB... I use the console for troubleshooting while testing or writing code, but would... |
Forum: Java Jan 30th, 2005 |
| Replies: 3 Views: 7,044 Richard,
grabFocus worked fine, thanks.
I added the code for centering the window after the code that sets up the
window in the first place and it compiled OK, but never got past the line... |
Forum: Java Jan 30th, 2005 |
| Replies: 3 Views: 7,044 [
Thanks, Richard,
All this was so easy in VB... I got spoiled. If I only wanted to program for Windows, I wouldn't be here, would I?
e c yarter (Chuck) |
Forum: Java Jan 30th, 2005 |
| Replies: 3 Views: 7,044 I am new to Java but have some C, C++, VB6, and VB.Net. I've written my first GUI and would like to center it on the screen when it starts.
Also, I would like to put the cursor in the appropriate... |