| Thread | Last Post | Replies |
|
| JButton Question | 29 Feb 2004 21:35 GMT | 3 |
I have a JButton when clicked, an action performed is implemented which disables the JButton and starts a thread. But, the end user doubled clicked the JButton and it created 2 threads. Please let me know how to stop creating 2 new threads. I did disable the button in
|
| Maximized JFrame | 29 Feb 2004 19:34 GMT | 1 |
I don't manage to get a maximized JFrame automatically. I have to do it manually. After hours of search, I just don't find the way to do it. Can anyone help me? Where is my fault in the code? import java.awt.*;
|
| Java and mysql together | 29 Feb 2004 16:19 GMT | 3 |
Hi there, this is my last hope of using sql, ive collected loads of tutorials etc of just connecting to a mysql database, but so far all have been the same, therefore none have worked. This is my code so far:
|
| how to get top right (x, y) position of the caret | 29 Feb 2004 11:22 GMT | 1 |
I am using JEditorPanel. I want to get the x, y position of caret as follow: some text | ^ (this is the current caret, I want to the know
|
| How to use "Ctrl+Tab" key to switch between JInternalFrames | 29 Feb 2004 10:00 GMT | 1 |
How to use "Ctrl+Tab" key to switch between JInternalFrames ? In the project I am currently working in, five JInternalFrames instances are added to a JDesktopPane instance. There are quite a few GUI components such as panels, buttons in each JInternalFrame.
|
| Anybody Using XML To Build Java UIs? | 29 Feb 2004 09:54 GMT | 4 |
is anybody using XML to build Java Swing or Eclipe UIs? Can you you let us know what toolkit you use (e.g. Thinlet, SwiXML, JellySwing/SWT, Ibex, XUI, etc.). Is it any good? - Gerald
|
| Dynamic updates in a Component | 29 Feb 2004 09:21 GMT | 3 |
Hi to all, I don't understand how to dynamically update the visualization of a component, that is: I need to change the icon of a JButton and during the execution of the
|
| [ANN] SwingEmpire FormBuilder - Preview 0.9.2 | 28 Feb 2004 17:09 GMT | 2 |
Thanks to many detailed comments and helpful suggestions the FormBuilder went through a visual/usability overhaul while the core functionality remained stable: SwingEmpire FormBuilder helps in quickly building GUIs with JGoodies
|
| JPasswordField GetPassword method. | 28 Feb 2004 12:22 GMT | 3 |
I'm using the JPasswordField to get the user insert password. Previously it uses getText() to retrieve the password, but now the getText() for JPasswordField has been deprecated, the getPassword is recommended instead. But i have no idea how to retrieve the data from the ...
|
| strangely inverted text in JEditorPane | 28 Feb 2004 09:39 GMT | 2 |
we've encountered a very strange phenomenon with our Swing-based application: A HTML-page inside a JEditorPane is being displayed in a "reversed" fashion,
|
| I lose my HeaderRenderer when I install CellRenderer | 28 Feb 2004 04:01 GMT | 3 |
I have a trouble with my table. I install my own HeaderRenderer that I can customize it. All is right. Now I have other customized renderer that I install for each column like this:
|
| Zooming/Scaling a JPanel | 27 Feb 2004 20:24 GMT | 5 |
I've made a Swing-based application for designing relational database schemas, where the majority of screen area is devoted to a "play pen" component which works much like a JDesktopPane: It contains draggable, selectable rectangular components which represent the database's
|
| Using JViewport for an overview+detail map | 27 Feb 2004 19:31 GMT | 4 |
I'm trying to develop an overview+detail map, sort of like those you see in games like Warcraft, starcraft. So basically i want to have a thumbnail version of my map, and a rectangle that you can move around on that thumbnail, and then the view of that rectangle is blown up and
|
| Set a static header for JTextPane | 27 Feb 2004 17:36 GMT | 1 |
I would like to set a static header on top of the JTextPane to show the title. How do I go about doing that?
|
| keyListener | 27 Feb 2004 16:04 GMT | 2 |
Hy to all, excuse my bad english. I'm trying to insert a keylistener such that, pressing whichever key during the execution, show message dialog with the key pressed. I'm almost sure I didn't understand. I added keylistener to frame.getContentPane(). Is that
|