| Thread | Last Post | Replies |
|
| strftime in java? | 19 Jul 2007 07:01 GMT | 2 |
I was wondering if the function strftime is available for java. It seems to be for every other language, but I can't find any information on its use for java. Z.K.
|
| JavaMail | 19 Jul 2007 01:54 GMT | 3 |
I am nood in java, and some days ago start to learn javamail, but i can't find information about how to remove mail in web folder/ plz, help me/ thx
|
| Content Pane Problems | 19 Jul 2007 00:20 GMT | 2 |
I'm facing two related problems in developing a Java Applet. My applet class extends JApplet. 1) The current default layout of the whole window (not individual components) seems to be a flowLayout. I'd like to set the layout to a
|
| about : reggie, mahalo, outrigger | 18 Jul 2007 21:42 GMT | 2 |
Where can I find some good manual documentations about : reggie, mahalo, outrigger ? and what are they at all ? Thanks :o)
|
| RegEx Help | 18 Jul 2007 21:01 GMT | 2 |
Please, assist with RegEx which reads String object and gets SRC of all HTML IMG tags. This code does it but it returns "<img src='" prefix in front of it if using (/<img[^>]+src=('|")([^'"]+)/ig). Thanks.
|
| regex: find semicolon that is not part of an entity | 18 Jul 2007 19:34 GMT | 8 |
Okay, I have something that works, but I don't like it: String SEMICOLON_NOT_ENTITY_REGEX = "(?<!&#?\\w{1,20}+);"; The part of the regex that says, "at least 1 but not more than 20" is a horrible addition that is the only way I could find around the odd
|
| SPF checker | 18 Jul 2007 19:20 GMT | 6 |
Is there a utility or class/package that can verify that the SPF entry in a master DNS domain definition is correct?
 Signature martin@ | Martin Gregorie
|
| Which VM to install for Swing in IE | 18 Jul 2007 18:42 GMT | 3 |
I'm developing an applet using Swing components in JBuilder 2006 on a WinXP machine. I want to test the applet in IE7 on the development machine. What plug-in or runtime do I need to install to give IE the capability?
|
| int[] array | 18 Jul 2007 18:40 GMT | 13 |
I have a little problem with integer arrays ... I need int[] arrays in some functions. But when I create these int[], I don't know the int[] size at the beginning because I add data in a loop. I tried to use ArrayList :
|
| JavaMail | 18 Jul 2007 17:44 GMT | 2 |
I didn't find some information: how can i remove message from mail. source: Properties properties = System.getProperties(); Session session = Session.getInstance(properties, null);
|
| JFileChooser | 18 Jul 2007 16:17 GMT | 5 |
I want to open text files with unknown encoding. I want the user to specify the encoding, so: In JFileChooser, below combobox with file filters, I want to place a combobox with textr encoding like utf-8, isoxxxxx etc.
|
| Newbie question : getting DataSource from Sun Application server 9 | 18 Jul 2007 15:54 GMT | 1 |
I have been asked to write a remote client that needs to get a Oracle connection object from a Connection pool on a Sun Application Server 9 system. I have not found any resources that are specefic to Sun App server and
|
| String assignment difference | 18 Jul 2007 15:26 GMT | 2 |
What is the difference between the following two String assignment String ref = "HAI" and String object = new String("HAI"); Answers would be greatly appreciated!
|
| finding the frontmost window | 18 Jul 2007 15:08 GMT | 1 |
How would one do this on a windows computer? Thanks.
|
| Content Pane Problem | 18 Jul 2007 14:49 GMT | 1 |
I'm facing two related problems in developing a Java Applet. My applet class extends JApplet. 1) The current default layout of the whole window (not individual components) seems to be a flowLayout. I'd like to set the layout to a
|