RE: GUI Java Questions

2000-10-19 Thread Grossbart, Zack
Jason, You need to listen to key events from the control the user is typing in, and then [ctrl] is just a mask on those events. Take a look at java.awt.event.InputEvent. For an answer to the second question, look at the requestFocus method on javax.swing.JComponent. Hope this helps Zac

A very strange problem with JTextFields

2000-09-28 Thread Grossbart, Zack
Hi All, I have an IDE that runs on Linux. Everything was running fine and we shipped a version of our product using the 1.2.2 beta vm. We are now using the 1.2.2 final vm. We are using Redhat Linux 6.1 and 6.2 and see no difference in the behavior of the VM. Everything was goi

RE: Multiple Slider Control!

2000-08-14 Thread Grossbart, Zack
I'm not sure that this is a Java Linux question, but here goes.   I don't think that this is an applet problem, it is more a problem with the fact that slider controls in Java (I'm assuming javax.swing.JSlider) just don't work this way.  I would first suggest that this UI is some what confus