Maarten van Leunen <[EMAIL PROTECTED]> writes:
> A small thing:
>
> Whenever I give my Java APplication a nice name in the Titlebar, it says
> in the titlebar "No Name".
I see this on Solaris running twm. But whenever I use fvwm anywhere,
the window title shows up fine.
--
[If you post a res
Laura <[EMAIL PROTECTED]> writes:
> try{
> String[] com_ps=
> {"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"};
> Process p = Runtime.getRuntime().exec(com_ps);
> }catch (IOException e0){
> System.err.println(e0);
> System.exit(0);
> }
> }
Runs fine with me: the permissions of the file e
Steve Byrne <[EMAIL PROTECTED]> writes:
> This, in effect, is that the interrupt mechanism does. It sets an
> interrupted flag in the thread that user code can watch for, and I
> think it breaks you out of Thread.sleep or other thread related
> operations.
Right. Sleeping and blocking I/O are
"Ramesh Babu A." <[EMAIL PROTECTED]> writes:
> I have a setup,
> JDK1.1.6, RedHat4.1
> I want to include my own fonts, backgrounds in my java
> application(not Applets). Is it possible to do ?
The background: you use java.*.* methods. This is a
platform-independ
Nicholas Lee <[EMAIL PROTECTED]> writes:
> Don't upgrade then, let someone else test the cutting edge stuff. The
> point of linux is that you have choise.
[...]
Except that by now Java 2 is no longer supposed to be cutting edge
stuff. Yet, if I get it right, that the linux port requires such
Steve Cohen <[EMAIL PROTECTED]> writes:
> //file b.java:
[...]
>public void doSomethingWithAPoint (Point pt) { // fails to compile
> return A.doSomethingWithAPoint( pt );
>}
>public void doSomethingWithAnInt (int i) // compiler accepts.
> return A.doSomethingWithAn
Chris Abbey <[EMAIL PROTECTED]> writes:
> This is "known behaviour". The thread spec is very vague in regard to how
> it is supposed to work. There have been numerous discusions on the list
[...]
> but actually a statement of the technology's threading quality (or lack
> thereof as the case may
"James Butler" <[EMAIL PROTECTED]> writes:
> Because my office network and CD writer, in a concerted attempt, do
> not wish me to copy any file that ends with .tar or .bz2
When you download the files, save it with a name (and type) of your
choice. If necessary, further change the name and the t
"John N. Alegre" <[EMAIL PROTECTED]> writes:
> What gives? Why the shar file anyway? bz2 was ok, gz even better.
> shar files aren't even compressed
I think the main purpose of the installer script is to make you read
and agree to the license before it unpacks the files, like all
software p