| Thread | Last Post | Replies |
|
| How to reorder JTable | 30 Sep 2005 22:36 GMT | 2 |
Is there any code examples on the web about how to reorder the rows in a JTable (using a generic javax.swing.table.TableModel) by drag and drop ? I have found these two exampes:
|
| Coding Challenge | 30 Sep 2005 20:18 GMT | 5 |
Newbies often bring problems to the table that suggest they have done something to tie up the swing thread either by giving it some lengthy task in an event handler or even going to sleep. 1. What I would like is something a newbie could tack onto pretty
|
| Painting a Stack with Swing | 30 Sep 2005 08:21 GMT | 3 |
Hy, I want to make my own swing component. The component should paint a dynamic stack. The stack contains some panels. These panels should be painted horizontally or vertically. At init time of the component, an
|
| Problem with glasspane on JScrollPane | 30 Sep 2005 07:20 GMT | 3 |
I have a JApplet inside a JScrollPane and I am drawing on the glasspane which I get from the JApplet, glasspane
|
| Using a JComboBox in certain cells in a JTable | 29 Sep 2005 21:11 GMT | 3 |
Using the techniques from the following page, I've set up a JTable with JComboBoxes in one column of cells. http://javaalmanac.com/egs/javax.swing.table/ComboBox.html However, what I'd really like to do is have a JComboBox as the editor/render
|
| Can no longer use arrow keys to move cursor around an AWT TextArea after upgrading to JDK 1.4.2.07 | 29 Sep 2005 13:54 GMT | 2 |
I've got an older Java application that has been around for many years, the only updates to it essentially being upgrading the version of the JDK. So far, upgrading the JDK hasn't caused any issues. However, after upgrading to JDK 1.4, I can no longer use the arrow keys on the
|
| easy drag drop for java UI possible?[OT] | 29 Sep 2005 06:08 GMT | 3 |
Is it possible for any free tool that is similar to jdeveloper of oracle by which I can drag and drop the buttons, labels ect with my mouse? I am talking anything identical to the
|
| Write an Image to Servlet | 29 Sep 2005 00:26 GMT | 1 |
I just have resized an Image with Image.getScaledInstance(...). Now I need to write it back to the outputstream, but how do I get the bytes[] from the Image? Any help?
|
| JFrame mouse-menu-titlebar interaction | 28 Sep 2005 20:41 GMT | 1 |
I would like to change the behavior of the following Swing application. When this application is run and the Test menu is pulled down I would like to be able to click in the titlebar area and the menu rolls back up.
|
| Solaris 8 and Java 1.5 GUI problem | 28 Sep 2005 08:21 GMT | 8 |
I got small problem regarding GUI after updating my JAVA version 1.4 to 1.5 in sun sparc solaris 8. Java application GUI looking like shaded window (full black color and buttons blinking while mouse over). Earlier this application working
|
| Help: How to use JWindow as Popup | 27 Sep 2005 23:41 GMT | 6 |
I am developing a program & I wanted to design it with a screen like the Mac OS (tiger?) desktop. That is menu (button bar) at the bottom of the screen (the program's screen - Not the OS). I thought I should use a JWindow to do it.
|
| how to get rid of Java applet banner? | 27 Sep 2005 23:25 GMT | 5 |
When you run an applet in a browser with the Java plug-in, there is a Sun banner that appears while the applet is loading. Is there any way to get rid of this or change it to another banner? Thanks.
|
| Ditching focus of a JTextField | 27 Sep 2005 21:07 GMT | 4 |
I have implemented a simple JTextField in my application. I am using an ActionListener to perform an action when the user presses enter after completing input. This works fine.... However, after pressing enter, the cursor remains blinking in the box. The
|
| Eclipse 3.1 Problem ...Any help!! | 27 Sep 2005 20:24 GMT | 4 |
I have installed the new version of Eclipse...and when I create a new Visual Class...everything is fine except that when I drag a component like a Button or RadioButton..it is not shown on the screen untill I close the class and reopen it again..it is then shown on the
|
| Focus | 27 Sep 2005 19:57 GMT | 7 |
I see two methods for setting focus: -- requestFocus() Requests that this Component gets the input focus. -- grabFocus()
|