Re: Swing never waits?

1999-05-05 Thread corey
CPU. Unfortunately swing does consume lots of memory. In most cases the memory loss is a known bug and Sun is working to correct the problem. --Corey > > > -- > To UNSUBSCRIBE, emai

Re: Possible to add a horizontal scrollbar

1999-05-06 Thread corey
(value.toString()); return this; } } So instead of extending a JTextField you might extend another component that is a textfield contained in a ScrollPane which is limited to horizontal scrolling only. --Corey

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread corey
tem.out & System.err in the same log, you may use: > java MyClass 2>1 1>error.log ^^^ This won't work. You just created a file called "1" using this command. You need to use the following: java MyClass 2>&1 > error.

Fonts have large ascents/decents

1999-05-20 Thread corey
lines. Any help would be greatly appreciated. --Corey /* Corey Brown (WB0RXQ): 20m, 15m, 2m(146.82) 70cm(443.65) */ /* AT&T NCS | [EMAIL PROTECTED] */ /* Alpharetta, Ga 30005 | [EMAIL PROTECTED] */ /* (770

PrintJob and JTextArea

1999-07-30 Thread corey
tView. Any suggestions? --Corey /* Corey Brown (WB0RXQ): 20m, 15m, 2m(146.82) 70cm(443.65) */ /* AT&T NCS | [EMAIL PROTECTED] */ /* Alpharetta, Ga 30005 | [EMAIL PROTECTED] */ /* (770

Re: Food for thought...

1999-08-16 Thread corey
given the opportunity? Maybe, depends on the implementation and the implementors relationship with the Linux community. --Corey > > If only we could find a benefactor who would be willing to > bankroll the salaries of one or two of the Blackdown

Re: code question

1999-11-16 Thread corey
and write files to the local drive just as if you were running an application. --Corey > On Mon, 15 Nov 1999, > Yohans Mendoza wrote: > hi all, > > > is it possible to open, read and write files froma an applet? > > > > I know i

Java interface to MySQL

1998-09-21 Thread Corey Shelton
I was told that there's a JAVA web interface for MySQL that works much better than the one currently in Perl. Could someone point me in the right direction? Thanks Corey