| Thread | Last Post | Replies |
|
| Rendering CAD/GIS Data on a Map Canvas | 25 Aug 2006 16:52 GMT | 2 |
I am working through the design of a disp[lay for a CAD/GIS program written in Java. I haven't decided for sure if I will use Swing or SWT for the GUI yet.
|
| How to use PopupFactory ? | 25 Aug 2006 15:22 GMT | 1 |
I want to use PopupFactory to popup some pane, could anyone help me with a sample code or explain. Thanks all.
|
| Help with a JPanel | 25 Aug 2006 10:54 GMT | 4 |
Hiya, I think this is a fairly common JPanel related question and would love any help, I want to store the width,height,x/y coords of a rectangle in an object, then draw it onto a JPanel. (I can get this far)
|
| transparent colors and setXORMode doesn't work together | 25 Aug 2006 10:36 GMT | 3 |
I would like to draw multiple partially overlapping figures in xor mode (applying the even-odd rule) and then place the drawing on another image. I've tried this on a JPanel: public void paintComponent(Graphics g) { super.paintComponent( g );
|
| Using HTML in Swing components with Linux | 24 Aug 2006 21:39 GMT | 2 |
Ok this is really strange, none of the html tags seem to work under my linux machine and it's running java version 1.4.2... they should work. Here's a simple example, all I get is the JLabel with all the html showing as regular text.
|
| Java GUI(Swing) VS Windows forms in VB6/VB.NET | 24 Aug 2006 16:06 GMT | 4 |
I have worked with VB6 & Windows forms VB.NET. I always felt good about the ease of use of VB to create windows forms/desktop application. I recently started to learn about Java GUI applications using Swing API. So im interested in knowing the benifits/drawbacks of swing over the
|
| Window freezes when pressed CTRL + P | 24 Aug 2006 11:42 GMT | 1 |
In my application, When I Select File -> Print option the following code executes fine, Where as I pressed CTRL + P from Keyboard my system is hanging at this statement PrintService service = ServiceUI.printDialog(null, 200, 200,printService, defaultService,
|
| JTable with precise column widths [looooong] | 24 Aug 2006 08:55 GMT | 2 |
I need some help from a real Swing expert. Please! I'm trying to create a JTable, that saves & restores *precise* column widths, with dynamic paging (row count fits actual column widths). Evertyhing works great, expect the column widths.
|
| make jtable uneditable | 24 Aug 2006 02:36 GMT | 2 |
I want to make a jtable uneditable but still allow double clicks to register so that a dialog window appears instead of the cell editor being invoked. What is the easiest way to make the jtable uneditable or at least disable the celleditor from being invoked when i double click
|
| Please help the GridLayout problem | 23 Aug 2006 19:15 GMT | 5 |
I am tring to add several small JPanel to a big JPanel (using GridLayout), and display image on these small JPanel (By overiding the paintComponent method), but I can't get any images displayed. The brief codes are showing below:
|
| HTML Printing from JEditorPane | 23 Aug 2006 16:41 GMT | 1 |
i need to be able to print HTML. Right now, i'm using a JEditorPane with a modified version of this: PrintUtilities class http://www.apl.jhu.edu/~hall/java/Swing-Tutorial/Swing-Tutorial-Printing.html
|
| JComboBox to show names but return a code. | 23 Aug 2006 16:25 GMT | 4 |
I want a JComboBox that shows names (e.g. Mary, Fred, Alice, Joe) but whose getSelectedItem() returns a code (e.g. 21, 17, 3, 11). Should I ... Plan A: Implement a ListCellRenderer for `new JComboBox(codeArray)`
|
| Unicode with Java | 23 Aug 2006 16:02 GMT | 1 |
Could anyone tell me about Unicode programs cioding with Java. Any Weblinks, tutorials, whitepapers etc... Thanks
|
| keyPressed, keyReleased, keyPressed while holding down key on linux | 22 Aug 2006 19:55 GMT | 1 |
If i press a key and hold it down, on MS Windows one keyPressed event will be fired. On X11 (Linux), however, it keeps fireing keyPressed, keyReleased, keyPressed, keyReleased, keyPressed, keyReleased, ... There is a bug report at for JDK 1.1.6
|
| eclipse gui designing. | 22 Aug 2006 15:36 GMT | 8 |
Do any of you all use Eclipse to build your GUIs? And if so what tools do you use? I ask because I have not found any suitable plugins really that grab me to download and spend time learning it. The only really good gui
|