| Thread | Last Post | Replies |
|
| Keyboard Traversal of Tree (standard?) | 20 Feb 2007 16:42 GMT | 2 |
Got a question for some of the more web savvy guys out there. We've got a tree-like structure in one of our apps, this is a web- based application, off the intranet at work. Anyway, we got this tree and we have some keyboard accessibility. Mainly, you can traverse the
|
| Accessing Swing component data | 20 Feb 2007 12:09 GMT | 3 |
Do methods that don't modify Swing components have to be called from the EDT? Methods such as JTextField.getText(), JCheckBox.isSelected() etc. Thanks,
|
| JFormattedTextField commit listener? | 19 Feb 2007 09:09 GMT | 10 |
Is there some way for an object to get notified when a JFormattedTextField commits? I tried doing a getDocument() and setting a DocumentListener, but that gets called during intermediate
|
| Best Antibiotic for java disease | 17 Feb 2007 01:54 GMT | 1 |
here is good news for you www.javaartist.com is made for java professional needs. This site contain project,examples,topics,job -walkin , and all details about java certificate.
|
| panel with label, equivalent to GtkFrame? | 16 Feb 2007 22:36 GMT | 19 |
When programming with GTK+, I'm accustomed to grouping related widgets by putting them in a GtkFrame, which draws a box around them and optionally shows a text label. There's an image of one (empty) on the GtkFrame documentation page:
|
| PopupMenuListener event on JComboBox fires multiple times per selection | 16 Feb 2007 21:22 GMT | 3 |
<blockquote> <pre> [code] // webAddressBox IS OF TYPE javax.swing.JComboBox
|
| disabling word wrap in a JTextPane | 16 Feb 2007 13:19 GMT | 3 |
I've got a JTextPane in a JScrollPane, which I'm using to let a user display/edit some assembly source code. I definitely do not want word wrap. If I override getScrollableTracksViewportWidth() to return false, I don't get the word wrap.
|
| software engineer resources available online | 16 Feb 2007 10:30 GMT | 3 |
www.javaartist.com is made for java professional needs. This site contain project,examples,topics,job -walkin , and all details about java certificate. this www.javaartist.com contain all the details about java
|
| component for general source code display? | 16 Feb 2007 00:10 GMT | 3 |
Is there any existing free[*] component using Swing (or AWT) that is good for a source code display pane, with features like line numer display, and setting/showing breakpoints in the left margin next to the source line?
|
| download png's for buttons, labels etc? | 15 Feb 2007 23:47 GMT | 2 |
Does anyone know where I can get some common images in png format free? I never know where to find such things. thanks Lionel.
|
| about creating file menu i.e implementing open,save,saveas, close operations | 15 Feb 2007 07:20 GMT | 1 |
i am creating an application on image processing and i want gui interface for my application and when i am implementing open function in filemenu iam facing problems in rendering images into my work area plz help me
|
| Efficient way to capture all keyboard input | 15 Feb 2007 04:17 GMT | 5 |
I have a frame with several splitpanes or panels. In general those are navigation orientated - tab, arrow up, arrow down, click etc. Whenever a user starts typing letters I want to place focus into a particular (default) field. Of course if you are already in a text
|
| MVC question regarding use of JTextArea | 14 Feb 2007 22:47 GMT | 2 |
I'm writing a simulator for the trivial computer defined in Appendix C of _Computer Science: An Overview_ (9th Edition) by Brookshear. The computer has 256 bytes of memory. In my simulator, I have a Memory class that represents the main memory, and which supports a
|
| Memory Leak in swing application (ImageIcon problem) | 14 Feb 2007 13:10 GMT | 20 |
When I profile my swing application I notice that after each tidy up my image container (add,remove IconImage objects to a hashmap), there gather by and by surviving objects. This leads to run out of memory after a while.
|
| No Main Window | 14 Feb 2007 08:53 GMT | 4 |
Should this be a problem: My program can operate with several windows (maybe up to ten), and they basically all have the same status and functions. For example, a window can be closed, and from a window also other windows can be opened or closed.
|