| Thread | Last Post | Replies |
|
| Java Virtual Machine with GUI in embedded environment | 04 Oct 2006 09:57 GMT | 1 |
I need to evaluate the possibility to use a Java Virtual Machine in an embedded environment (it will be a MIPS processor, 400MHz, with a graphical LCD 800x600) I will need to implement a GUI in this environment.
|
| How to solve with aid of Multithreading.. | 04 Oct 2006 09:28 GMT | 2 |
Please, could you any one give me the solution for following problem.. A Dialog box (JDialog) getting input parameters from user.. itself a button attached.. if i click the run
|
| NetBeans 5 Open Window | 04 Oct 2006 01:32 GMT | 1 |
How do I open a window? I tried following another example, but it gave me an error. Here is my code and the error. Thanks. [code] private void jBtnAddQuestionsActionPerformed(java.awt.event.ActionEvent
|
| 2 ActionEvents for 1 selection? | 02 Oct 2006 21:27 GMT | 2 |
Is it correct that if I add an ActionListener to a JCheckBox or a JComboBox that I receive multiple ActionEvents (2?) for each single selection I do? It looks as if I first get an ActionEvent for the selection of the new
|
| Web safe colours only? | 02 Oct 2006 17:10 GMT | 9 |
I have written an application to produce images from text read out of a database. However the background colour I wish to use is 0xD8F1FF, when the image is produced the colour
|
| newbie to swing | 02 Oct 2006 17:03 GMT | 2 |
I am completely new to swing and need some ideas on how to do the following: 1. I need to display a grid. E.g. a 4 x 4 set of squares that I can change colors based on some property. What is the best way of doing this? 2. I want to display a distribution from a set of data that ...
|
| problem with a custom table renderer | 02 Oct 2006 04:06 GMT | 4 |
my table needs a column whose cells have to contain a RadioButtonPanel, a JPanel containing two radioButtons. I have defined the RadioButtonPanel and so the renderer attached to the column extends RadioButtonPanel and implements TableCellRenderer.
|
| Best commercial treetable component | 01 Oct 2006 21:23 GMT | 5 |
We need a java treetable component that works like the tree table in Lotus Notes. I have found one called Advanced Table from Noktrim. It seems like it might work, but I can't seem to find any competitors with similar features. Does anyone know of other such components?
|