| Thread | Last Post | Replies |
|
| Displaying System Time In Java | 01 Sep 2006 22:06 GMT | 3 |
I would like a label in my java application to display the system time and date. But i don't know how to do this. Is it as simple as saying setText. i.e. lblTime.setText("" + ). I would like to know what goes after the plus.
|
| Problem with JRE | 01 Sep 2006 19:23 GMT | 2 |
Hello all. I don't know if it's the right place to write it, but I looked over the net and found nothing so I hope you can help me. I have a problem with Java Runtime Enviroment. Every time I go on a page where it's needed, after shuting down the browser (I use Firefox, but I
|
| Help: Overriding the paintComponent when using the Netbeans GUI Builder | 01 Sep 2006 18:26 GMT | 5 |
I wrote a Japplet using the Netbeans's GUI builder. On a JPanel (also created using this tool), I would like to run some image manipulation and therefore I'm looking for a way to override the paintComponent. I've tried the following but it seems that it was never
|
| online access of dictionaries/translation services | 01 Sep 2006 14:58 GMT | 3 |
I'm looking for a way how to query an online translation service like altavista's babelfish from inside a java program. The result should be processed subsequently, for example as a String. Thanks,
|
| Help re. checking for password expiration/time comparisons | 01 Sep 2006 04:19 GMT | 2 |
I need to check whether a user's password in Active Directory is expired. I've used Sun's LDAP JDK to retrieve: maxPwdAge = how long the passwords in AD are valid lpwdLastSet = when the password was last reset
|