Re: JFrame

1998-12-05 Thread Richard Jones
Jaco Greeff wrote: > > The JFrame vs. Window discussion prompted me with a few enquiries. (Totally > off-topic, please delete if you are offended :) > > I've just started with a Window and JInternalFrame hack last night. > Basically I'm adding a JInternalFrame to a W

Re: JFrame

1998-12-04 Thread peter . pilgrim
Use a JWindow instead of a JFrame, but see put the logic to set a reasonable window size in overriden `setPreferredSize()' In this example I set up a maximum size limitation: public class PetesSplash extends JWindow private JLabel labelImage; private JLabel copyLabel pr

Re: JFrame

1998-12-04 Thread Kalimero
Rob Nugent wrote: > Try a Window instead of a Frame. > > Anguel Anguelov wrote: > > > Hi > > > > how kan i show one Frame without border? > Attention! Windows and JWindows under Linux and also Solaris have a bug! -> see bug # 91 at the blackdown's bug-page and also bug # 4121501 and # 4094957

RE: JFrame

1998-12-04 Thread Jaco Greeff
The JFrame vs. Window discussion prompted me with a few enquiries. (Totally off-topic, please delete if you are offended :) I've just started with a Window and JInternalFrame hack last night. Basically I'm adding a JInternalFrame to a Window to give the "Java look & feel

Re: JFrame

1998-12-04 Thread Rob Nugent
Try a Window instead of a Frame. Anguel Anguelov wrote: > Hi > > how kan i show one Frame without border? -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363

JFrame

1998-12-04 Thread Anguel Anguelov
Hi how kan i show one Frame without border?