| Thread | Last Post | Replies |
|
| How to use JToolTip? | 03 Dec 2003 14:28 GMT | 3 |
in my component I want to display dynamic tooltips, i.e. a different tooltip is displayed each time you hover over the component. I overrode createToolTip() with the following method but the String "TEST" is never displayed...instead it always shows "HALLO" although the method
|
| Multiple JButton ActionListeners | 03 Dec 2003 13:29 GMT | 1 |
Say I had two class a and b defined like so class a implements ActionListener { private final b foo = new b(); a() {
|
| Text Widget with popup | 03 Dec 2003 12:19 GMT | 1 |
I am looking for a text widget with a popup that remember previously entered texts (like url text field in ie). Or some link to help me to create such a widget... Thanks,
|
| tooltips in JTable cells | 03 Dec 2003 10:17 GMT | 4 |
How can I set tooltips such that when the mouse is over a given cell, the value of that cell shows (assuming the cell is String), useful for very narrow columns? Thanks, Ike
|
| Header row not showing in JTable | 03 Dec 2003 02:05 GMT | 2 |
Anyone have any idea why a header row wouldnt show on a jtable? I have the columnnames set up in my table model. Just wondering if anyone has ever had a similar exasperating experience. -Ike
|
| Where can I get the full tutorial for JHotDraw? | 02 Dec 2003 20:19 GMT | 1 |
I had just download the JHotDraw but witj javadoc, there is lack off explaination, I dunno how to start using it and how to implement it. Anyone can tell me where got detail tutorial for this? I had visit the javaworld which title is "Become a programming Picasso with
|
| Multiple Jtables/One scrollbar | 02 Dec 2003 16:08 GMT | 2 |
I have, say, 7 JTables aligned horizontally. I want to put on vertical scrollbarr, to control all 7 simultaneously. Anyone have any idea how in the wolrd you do that? Thanks, Ike
|
| windowClosing / windowClosed when logging off or shutting down Windows... | 02 Dec 2003 08:27 GMT | 3 |
Sorry to post a 'Windows specific' question, although it may well apply to other operating systems. I have written a program that times tasks, and it can quite easily be in the process of timing a task when the user logs off or shuts down
|
| Is it possible to nest a JEditorPane inside a JScrollPane inside a JPanel? | 02 Dec 2003 05:36 GMT | 1 |
I think I previously posted this question in the wrong group. The title pretty much says it all. I've created a class that extends JPanel and have attempted to place a JScrollPane inside of it with a JEditorPane inside the scroll pane with no luck. When I run the
|
| Drawing from a class to a particular JFrame | 02 Dec 2003 05:35 GMT | 1 |
first of all I'd like to say that this is my very first post ever on a forum and I might be asking the question on the wrong one :( if so please forgive me. But otherwise I'd like to take this opportunity to absorb a little bit of your knowledge :).
|
| using a value from a textBox | 01 Dec 2003 18:35 GMT | 3 |
Evening all, just wondering. Im currently using an int, int i = 100; this sets the timer to count down from, all works fine.. But now im trying to change the int i to a value the user inputs via a textbox. Cant seem to figure it out, trying things like, textBox.getText()
|
| Redraw Occluded Items? | 01 Dec 2003 18:34 GMT | 2 |
I have a Java application that creates a window using JFrame. When I move another window over this to partially or completely occlude the JFrame, the JFrame's contents are not redrawn. What do I need to do so the JFrame redraws items that are no longer occluded?
|
| Using JButton.setMnemonic on Solaris/AIX | 01 Dec 2003 14:12 GMT | 1 |
I tried the sample program on this page: http://java.sun.com/docs/books/tutorial/uiswing/components/button.html But the shortcut key does not seem to work on AIX (tried with 1.3 and 1.4) and Solaris (tried with 1.2.2).
|
| JComboBox problem, pse help! | 01 Dec 2003 08:11 GMT | 6 |
I've a question concerning JComboBox: In my program a use a JComboBox which is initialized with a list of values at program startup. During runtime, this JComboBox is editable so that a user can enter his own values.
|
| Jhotdraw or not | 01 Dec 2003 00:16 GMT | 1 |
Is there anybody here that has any experience with Jhotdraw or similar packages? Jhotdraw is a package that enables easy IDE development for graphical user interface programs. (IDE Integrated Development Environment)
|