Statically linked Java?

2007-02-05 Thread Jim C.
Is this possible? We want to run a program from a memory stick and we don't want to have to do a full JRE on the stick in question. Think of it as a "Live CD" type of Java app. ;-) Jim C. -- To UNSUBSCRIBE,

A good article on software usablilty

2007-01-04 Thread Jim C.
http://tinyurl.com/yat4au -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Color for disabled controls

2006-11-09 Thread Jim C.
Jim C. wrote: > OK, so there is this bug in Sun's JTable. > Calling JTable.setEnabled(false) doesn't also cause the table header's > appearance to changed. It functions properly but there is no visible > change in the header. > > Question: > > What are so

Color for disabled controls

2006-11-08 Thread Jim C.
led state? I.E. how should the foreground/background colors change? I would think that they should have White added to them if they are disabled. Your thoughts? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

How to load help jars dynamically?

2006-10-06 Thread Jim C.
27;m certain it can be done, I don't see how it can be done with a jar that contains no classes. Anyone? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Are private methods final?

2006-09-21 Thread Jim C.
A private method cannot be extended, so does that mean it is final also? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: read file in my own .jar

2006-07-28 Thread Jim C.
where you get arguments from. Wirte your self an experimental program that accepts a parameter and then prints it using System.out.println(). Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: need a better file copy method - SOLVED?

2006-05-04 Thread Jim C.
, this seems to be working for now. :-) Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

need a better file copy method

2006-05-01 Thread Jim C.
anner without adding Thread.sleep(n) after calling flush on the output stream? Jim C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]