| Thread | Last Post | Replies |
|
| Custom JFrame Header | 01 May 2006 23:46 GMT | 1 |
Hi again, Is there any way one can customize the header ( the one which holds the title of the frame along with Minimize,Maximize and Close buttons). Customization could mean changing the color and changing the image-icon
|
| Thinlet GUI toolkit question | 01 May 2006 21:28 GMT | 3 |
Iam using Thinlet GUI toolkit in my applet. I want to get the intialization parameters through <PARAM name=value> tag in a web page. getParameter method is only available in the class which extends Applet. My class extends Thinlet class. So how to get the parameter
|
| JPanel Listener Problem | 01 May 2006 19:17 GMT | 4 |
I have a JApplet that contains a JPanel. The JPanel contains JComponents, each of which have a FocusListener. On FocusGained I do something with the JComponent. My problem is that I need the JApplet class to know each time the
|
| JDialog Display problem on Unix | 01 May 2006 16:06 GMT | 3 |
I have a problem with displaying a JDialog on Unix. The first time I open the dialog all seems to work fine and the dialog is displayed as expected. The second time (and all following ...) the dialog is opened but no
|