unsubscribe

2000-01-10 Thread Robert Simmons Jr.
unsubscribe

Jar file Access to images

1999-10-18 Thread Robert Simmons
Greetings, I cross posted this to about 3 newsgroups and havent gotten a reply yet so I figured I would post here because i need it answered. So dont flame me for posting a general question. I have an application that I intend to package as a jar, with its images in the Jar. How do I construct a

JIT For linux??

1999-10-18 Thread Robert Simmons
Greetings, Is there a functional version of the JIT that works with the 1.2 Jdk on linux ? I would love to install it before things get messy in my app. Ive build most of the structure and now Im adding content like crazy and I could easily see this think working on 20 panes in a tab pane all at

Re: Can A Frame have a KeyListener?

1999-10-17 Thread Robert Simmons
Subclass it and declare it implements KeyListener. -- finito -- rob - Original Message - From: Wayne <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 16, 1999 3:50 AM Subject: Can A Frame have a KeyListener? > Hello, > The subject said it all. From my little test I w

Re: Missing dependancy

1999-10-15 Thread Robert Simmons
Prolly your lib path isnt set. Do a set LDLIBRARYPATH = $LDLIBRARYPATH:/usr/local/jdk/lib export LDLIBRARYPATH in your .bash_profile   or if you are sys admin su to root and alter /etc/ ld.config appropriately (like i did) allowing the change for all users.   As for not having X, you are gon

Re: Where is it?

1999-10-15 Thread Robert Simmons
THe docs are a separate download. Get them from java.sun.com - Original Message - From: Alex M. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 14, 1999 3:30 PM Subject: Re: Where is it? > You get those from java.sun.com, docs and apis. > > On

Re: Const in java

1999-10-15 Thread Robert Simmons
- Original Message - From: Gordon Keith <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Robert Simmons <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 1999 8:36 PM Subject: Re: Const in java > [EMAIL PROTECTED] wrote: > > > &

Re: Can we run Java app from a CD with Blackdown?

1999-10-15 Thread Robert Simmons
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 1999 12:37 PM Subject: Can we run Java app from a CD with Blackdown? > Hi: > > We got a few questions on deployment with Blackdown. It would be > appreciated if someone could help. > > Q1:

Re: ddd as a java debugger

1999-10-15 Thread Robert Simmons
Personally I use pldb. That is "println debugger" =) Im of the old school where I just toss printlns in code to tcheck values and see where it dies. With vi this process is viciously quick and there is rarey an issue I cant resolve with it. I started programming before all these tools came about a

Const in java

1999-10-13 Thread Robert Simmons
I was always the real proponent of type and instance safety in c++. for example.   class Foo {   private BarClass  _bar;     public const BarClass& getBar();   public setBar(const BarClass const &bar); }   This snippet guarantees that someone doesnt pull a getBar() then set the return resu

A Global instance ?

1999-10-13 Thread Robert Simmons Jr.
I have a gizmo that keeps track of resources for a program. The problem is that Im ending up passing this gizmo to every child component and that is beginning to bug me. In C++ I ould just create a global static var and let everyone access it. This is one of those rare cases where its a good idea.

Re: Peculiar problem

1999-10-12 Thread Robert Simmons
Its good that im not imagining things =) --rob - Original Message - From: Dallas C. Hockley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 1999 4:19 PM Subject: Re: Peculiar problem > Rob, > > I just compiled and ran the framework you pos

Re: Jump and ArgoUML

1999-10-12 Thread Robert Simmons
- Original Message - From: Rich Edwards <[EMAIL PROTECTED]> To: Robert Simmons <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 1999 6:44 AM Subject: Re: Jump and ArgoUML Prior to responding to you. a little poll for everyone. For the interface, would you all prefer a deskt

Re: Jump and ArgoUML

1999-10-11 Thread Robert Simmons Jr.
Sean Chen wrote: > Hi Robert, > > Thanks for your clarification. It seems like you'll be building a library > around which modelling tools can be built, correct? In essence, the > metamodel. Hmm, I dont know if that is the case. there will be functionality for manipulation of the model, its ju

Re: Jump and ArgoUML

1999-10-11 Thread Robert Simmons
*shrug* I suppose there is somewhat of a duplication. Im not sure of the license of argo. My project will be released with full open source. Personalyl, knowing universities, I dont trust them to come out with comething completely open. It could turn out that the project is largely for my own good

Peculiar problem

1999-10-11 Thread Robert Simmons Jr.
I am working on a rather large apoplication and just spent a good 4 hours looking for a bug. I thought at first my properties storing gizmo was broken and looked all throught that for the problem. FInally I realized the problem was the size of the window. This class extends JFrame and gets a deskt