| Thread | Last Post | Replies |
|
| How to pass back a value from a window | 01 Nov 2006 00:09 GMT | 10 |
If you use JOptionPane.showInputDialog, it will pass back a string value. I have a JDialog window, but don't know how to pass back an object after the window closed.
|
| Embedding SWING/JPanel in SWT | 31 Oct 2006 18:03 GMT | 2 |
I'm trying to embed a a data plotting class in a simple SWT application, the calss is driven from JPanel. The code generates nothing btut an empty window, I tried the same thing with a simple JPanel holding a couple of controls and the result is always an empty
|
| JOptionPane input focus issue | 31 Oct 2006 17:23 GMT | 1 |
I have a JOptionPane with a string and a text field as the "message" part. It works but I would like input focus to default to the text field when the dialog is displayed to save the user having to click into it each time. How can I achieve this? Do I need to actually create a ...
|
| space to the left of JMenuItem | 31 Oct 2006 08:15 GMT | 1 |
This post would have saved me time, so I'm posting it here to save others time. The problem is the JMenuItem has space to the left of icon. It does this to make room for a checkbox, but when none of the items have a
|
| Swing Calendar Control | 31 Oct 2006 08:07 GMT | 1 |
Does anyone know of a calendar control that displays like a "real calendar". Something that you can add events to, like on Oct 31 is my childs birthday and holloween. Thanks!
|
| looking for region growing code...help....3x! | 31 Oct 2006 08:04 GMT | 2 |
I need to use region growing algorithm for segmentation, recruiting voxels one by one. Do I need to implement it myself? Is there any library that I can use? Any information is highly appreciated!!!
|
| Problem with zooming on 1 bit TIFF File | 31 Oct 2006 07:56 GMT | 1 |
m doing the zooming operation on TIFF file with 1 bit per sample... when m applying the zooming operation on tiff image with Bit per sample =1 Image Length = 2200 Pixel
|
| My Computer Explorer to implement in swing | 31 Oct 2006 07:46 GMT | 4 |
Hai! Can anybody pleaseeeeeeeeee.... tell me how to add a tree with drives, to the JComboBox as in windows Explorer?
|
| Is Swing So Easy to Code? | 31 Oct 2006 07:42 GMT | 2 |
Sun's main site, java.sun.com, has an interview (http://java.sun.com/developer/Meet-Eng/violet/) with their chief client architect for the Swing toolkit, Scott Violet, that provides
|
| charting package | 30 Oct 2006 17:42 GMT | 4 |
I'm looking for charting software to use in the java app I'm working on. Does anyone have any experience or recommendations. One of the packages I've looked at which looks interesting is jfreechart at jfree.org.
|
| how to use GUI to customize the index of keyword | 30 Oct 2006 17:32 GMT | 3 |
I have a short list of keywords, and want to manually pick out some keywords from one list to another new list, and there are also two button, UP and DOWN to change index order. I am new user to Java GUI. Would you please tell me how to code it, or
|
| Read pixels that have been painted on a Canvas? | 30 Oct 2006 17:24 GMT | 3 |
I've been painting on a Canvas using the Graphics object returned by getGraphics(). I would like to save an area on the Canvas and later write it back to the Canvas. I've been looking for some way to create a BufferedImage using the pixels from a Graphics object, but no luck.
|
| Minimizing a JFrame releases memory? Why? | 30 Oct 2006 02:38 GMT | 1 |
Why when setting the extendedState of a JFrame to Frame.ICONIFIED release memory? I have a Swing telephone application when runing on normal state it uses aprox 40 MB if I minimize calling
|
| Undefined and null in Javascript | 29 Oct 2006 09:52 GMT | 2 |
I am working on a web application which among other things uses DHTML, Java and Javascript. It populates web page based on the contents of the database (resultset), and next to each row there is a checkbox (v1) allowing to select that row
|
| Javascript errors disabled in IE6 | 29 Oct 2006 05:53 GMT | 2 |
I am using IE6.0.2900.2180.xpsp_sp2_grd.050301-1519 [SP2] with all latest XP Pro patches and for some reason it doesn't display JavaScript errors which other users [with IE6.0.2800.xxx]
|