Re: No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Kalimero
) and nothing happended I tried it with JFrames a Window would be better in this case... Hope I could help you Kalimero

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: java.lang.UnsatisfiedLinkError: readImage

1998-09-01 Thread Kalimero
Hi! This is no bug-from jdk-blackdown, do you use SuSE 5.x??? If so see blackdown-bug-report: # 110 - Done... CU Kalimero. Michael Grundel wrote: > Greetings! > > When I try to load a jpeg image with > Image img = Toolkit.getDefaultToolkit().getImage(fileName); > I ge

Re: full screen frames

1998-08-28 Thread Kalimero
r TextAreas will not be work yet! They don't get the focus and all inputs appear in the terminal... See Blackdown-Bug ID # 91 ... But this is a JDC-Problem: JDC Bug # 4121501 & # 4094883. CU Kalimero

Re: full screen frames

1998-08-28 Thread Kalimero
r TextAreas will not be work yet! They don't get the focus and all inputs appear in the terminal... See Blackdown-Bug ID # 91 ... But this is a JDC-Problem: JDC Bug # 4121501 & # 4094883. CU Kalimero

Re: full screen frames

1998-08-28 Thread Kalimero
r TextAreas will not be work yet! They don't get the focus and all inputs appear in the terminal... See Blackdown-Bug ID # 91 ... But this is a JDC-Problem: JDC Bug # 4121501 & # 4094883. CU Kalimero

TextField - Problem with Windows...

1998-08-11 Thread Kalimero
Hi! If I run this small program under Linux (jdk 1.1.5 v5), all inputs appear on the terminal an not in the TextField, if I use a Frame or a Dialog, the input is correct displayed in the TextField! But the program is running correct under Windows NT & 95... Is there a solution for this problem?

JDK-TextField-Problem

1998-08-04 Thread Kalimero
I'd placed a TextField or a TextAres (also Swing-Components) into a Window (or JWindow), all inputs appears in the terminal an not in the TextFields. TextFields with Frames or Dialogs work without any problems... Any solutions??? Thx. Wolfgang