Hello, I need to format a String that I get from database which is in form 04/03/03 to 4/3/2003. When formatting today's date, I do the following: ...
Aleksandr Kravets
akravets@...
Aug 5, 2003 3:06 pm
3362
Actually got it working sort of... When I parse date string I have it as 04/03/03 so when done parsing I get year parsed as 0003 not 2003... ...
Aleksandr Kravets
akravets@...
Aug 5, 2003 3:22 pm
3363
Got it. Thanks! ... _______________________________________________ Advanced-swing mailing list Advanced-swing@... ...
Aleksandr Kravets
akravets@...
Aug 5, 2003 3:41 pm
3364
Hi, I have a pipe-delimited file that I want to read from. As I read each line of file, I tokenize it and put each token in an Object[][]. Everything works...
webtekie@...
Aug 6, 2003 3:45 pm
3365
... Do you really need to create a brand new Boolean for each element, or do you just merely need to have true and false for each? If so, why not just use...
Frank D. Greco
fgreco@...
Aug 7, 2003 3:25 am
3366
Thanks Frank, So is MappedByteBuffer is really that fast? Also, I tried your suggestion of using predefined Boolean object -- seems to save at most 3 seconds. ...
Aleksandr Kravets
akravets@...
Aug 7, 2003 1:43 pm
3367
Fei Li
feili@...
Aug 7, 2003 7:21 pm
3368
When I click a list in my applet and then leaving it I receive the fllowing exception on java konsole: va.lang.IllegalStateException: Can't dispose...
Salvador Richter
Salvador.Richter@...
Aug 7, 2003 10:31 pm
3369
Please see the attached file for details....
ManojV@...
Aug 22, 2003 3:18 pm
3370
See the attached file for details...
ManojV@...
Aug 23, 2003 5:41 am
3371
See the attached file for details...
ManojV@...
Aug 24, 2003 11:12 pm
3372
See the attached file for details...
ManojV@...
Aug 24, 2003 11:37 pm
3373
Please see the attached file for details....
ralph_prescott@...
Aug 26, 2003 10:14 pm
3374
Sorry all... Outlook is our corporate standard virus breeding ground. We shut down our SMTP server pretty fast but I and several others participated in the...
Prescott, Ralph
ralph_prescott@...
Aug 26, 2003 10:22 pm
3375
Please see the attached file for details....
ralph_prescott@...
Aug 27, 2003 12:14 am
3376
Please see the attached file for details....
ralph_prescott@...
Aug 27, 2003 1:54 pm
3377
Hi every one I am facing a problem that seems bizzare to me. I have created a wizard which uses the fancy text over image featue on the left to show the...
Hello, all. I'd like to create a rectangle on the screen that contains a number of icons. I want the user to able able to drag them around and arrange them...
Erik Ostermueller
eostermueller@...
Oct 14, 2003 7:06 am
3380
Hi, Does anyone have some advice - or pointers to code- on how to implement a "snap-to" JSplitPane? I need to create something similar to the one in MS...
Chris Kimm
chris@...
Oct 21, 2003 10:51 pm
3381
<selfQuote> ... </selfQuote> I decided to give JGraph a go anyway. After a bit of work, I manage to get drag and drop working with a tiny amount of code. Here...
Erik Ostermueller
eostermueller@...
Oct 22, 2003 8:33 pm
3382
Hi, I want enable TAB/SHIFT-TAB in a JTextArea to go to the next JTextArea and not print a tab character in the JTextArea. This can be easily done with ...
Deblauwe, Wim
wim.deblauwe@...
Oct 29, 2003 12:51 pm
3383
Hi Wim, The same also happens with the second JTextArea if you press Shift-Tab from the button. And for the same reasons. Change these two lines in the...
Joe Sam Shirah
jshirah@...
Oct 29, 2003 5:25 pm
3384
Thank you for your response and sorry about the import statements. I'm getting too used to using IntelliJ I'm afraid. There all I need to do is press...
Deblauwe, Wim
wim.deblauwe@...
Oct 30, 2003 7:11 am
3385
Hi all, I've coded my own MyCellRenderer as an inner class which implements ListCellRenderer interface. I'm using this to display a JList. (ie. ...
Andrew.Massey@...
Nov 10, 2003 2:02 pm
3386
Yes, you've misunderstood something about ListCellRender -- it only renders / paints. If you want the components to be live, you'll need to do something else....
Joel Kamentz
Joel.Kamentz@...
Nov 10, 2003 3:01 pm
3387
I'm not sure if this list is still alive, but.... I've got a swing app that has a JFrame as it's main window. Surrounding this frame are three JDialogs that...
Brian Kreulen
bkreulen@...
Nov 13, 2003 5:57 pm
3388
Try ComponentListener. I've never tried it, but there's a ComponentMoved method that may be what you want. Jon Knight ... From: Brian Kreulen...
Knight, Jon
jknight@...
Nov 13, 2003 7:17 pm
3389
Hi all, in my application, I'm loading a lot of rows from a database on the main frame with SQLJ in my JTable. How can I break off this loading process with...
Hado1701@...
Nov 29, 2003 3:49 pm
3390
hi, i'm new to swing and this mailing list, but i'm not a moron and have experimented plenty with the code; i've even begun reading the shared source code, and...