Re: Food for thought...

1999-08-17 Thread Joel McCarty
t the fact that Sun is seriously stretching their organizational capacity at the moment with all the projects they have and possibly Linux java support is simply on the back burner Joel McCarty Riyad Kalla wrote: > These are good points.. and I think the reason Sun doesn't support Linux so

Re: Food for thought...

1999-08-16 Thread Joel McCarty
ou have some links to information about > it? > > -Riyad > > Joel McCarty wrote: > > > I also support this and would not have a problem at all making a personal > > donation. Java support on Linux is a critical area for me. What about > > O'Reilly's recent

Re: Food for thought...

1999-08-16 Thread Joel McCarty
for open source projects or a corp. can request developers for certain open source projects the corps want to see happen. sounds like a good starting place. Joel McCarty Chris Kakris wrote: > Riyad Kalla wrote: > > > > In regards to current Blackdown port of Java. Its not a > >

Re: Help with parameters

1999-05-13 Thread Joel McCarty
Mario, Java is a case sensitive language. You are getting a NullPointerException because the getParameter call is looking for WINDOWCLASS and can't find it. Please change the case of the param name to match that in the java class. Hope this helps, Joel McCarty Mario Jorge Nunes Filipe

[Fwd: inserting applet into an internal frame]

1999-05-02 Thread Joel McCarty
Whoops !! New mail program and I can't type my own return address correctly !!!! Joel McCarty Allright so I figured out to use show() to work around the resize problem but how to destroy the panes current applet still eludes me - please help !!! Joel McCarty Joel McCarty wrote: &

Re: inserting applet into an internal frame

1999-05-02 Thread Joel McCarty
Allright so I figured out to use show() to work around the resize problem but how to destroy the panes current applet still eludes me - please help !!! Joel McCarty Joel McCarty wrote: > I am working on an applet that contains a menubar and an internal frame. > Clicking a button from th

inserting applet into an internal frame

1999-05-02 Thread Joel McCarty
would be greatly appreciated ! Joel McCarty -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

File IO exception from the security manager

1999-04-24 Thread Joel McCarty
I'm trying to set up jButtons with different images like such - h t m l --- . - h t m l the images are read in like thus

NullPointerException

1999-04-24 Thread Joel McCarty
Help, I keep getting a NullPointerException when trying to load the following aplpet. Can someone please help - it's 1 of 6 programs I'm writting for my final in an intro to java class and I haven't been able to track down the problem. Below is the output of the java console and the applet and ht

Unidentified subject!

1999-03-04 Thread Joel McCarty
sure I'm having a brain fart but the code snippet below always generates an IOException(read error). The file and and permissions are ok. It reads the first line writes the new file then generates the exception. I'd appreciate any help. Jo

Re: JDK 1.2 Snapshots???

1999-02-16 Thread Joel McCarty
Well guys - I too am desperate to see JDK1.2 (so I can stop developing on my NT box at work and get back to Linux) But I just wanted to say thanks to all you porters out there putting in the hours to get us a port at all. It's appreciated Joel McCarty Nathan Meyers wrote: > Tony Puja