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
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
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
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
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
Hi
how kan i show one Frame without border?