| Thread | Last Post | Replies |
|
| JTable | 31 Mar 2008 17:03 GMT | 3 |
Can anyone send me a tutorial on JTAble.It would be of much help. Thanks
|
| Where do you keep contants in Interfaces or in classes? | 30 Mar 2008 18:33 GMT | 1 |
I have some controversial information on what is the best place to keep constants, is there any fundamental recommendation?
|
| To use paint or paintComponent? | 27 Mar 2008 18:13 GMT | 3 |
Which is the right one to use for Swing components? I have always used JPanels with a method paint(Graphics g) and then just called that method using 'repaint()'. But after reading some of the discussions here I found out that the correct way to go is to use
|
| disable the sorting function of the header | 26 Mar 2008 21:45 GMT | 1 |
I'm using filtering on a jtable so I can't disable rowSorting altogether but I wont to disable the rowSorting feature thats in the jtableHeader, does anyone have any idea how the is done ?? thank you
|
| looking for a news ticker for my java application | 25 Mar 2008 14:01 GMT | 1 |
I have an application that monitors a lab of systems and provides a GUI for feedback to the lab admins when systems are unresponsive, or under test, or simply idle. I'd like to add a live news ticker that can reman open and provide a continuous feed of useful data to admins
|
| Problem With RSA Interface | 25 Mar 2008 13:59 GMT | 2 |
Program complies and the interface shows up but there is no output after pressing run button. How come this is happening? Thanks. package newpackage4;
|
| Text component not focusable (tabbed pane switching involved) | 25 Mar 2008 10:12 GMT | 1 |
I have a simply JFrame with a subclassed JTabbedPane as main container. Each tab contains a non editable JTextPane which display some text. Under each text pane there is a one lined JTextField. This text field acts as input for the JTextPane. It is basically a simple
|
| two jframes, and a controller class: design question | 25 Mar 2008 00:40 GMT | 2 |
Hi all-- I'm fairly new to swing programming, and am running into some problems with my design. I'm writing a program that runs multiple trials of an experiment. I have an initial JFrame which allows the users to set
|
| Using Java To Implement RSA Algorithm | 24 Mar 2008 17:46 GMT | 2 |
Hi I'm looking for SOME advice on how to simulate the following: http://i71.photobucket.com/albums/i140/carpinate/RSA.jpg http://i71.photobucket.com/albums/i140/carpinate/RSA2.jpg Ive done this so far:
|
| Java -> Netbeans -> JTextField.name property??? | 24 Mar 2008 12:20 GMT | 1 |
New to java, but seasoned in other languages like C++. Anyway, first time using Netbeans for java. When using the gui designer to place a text component in a dialog, I get a default "JTextField1" name for it from the gui designer. so far, so good.
|
| Text component not focusable (tabbed pane switching involved) try 2: SSCCE | 22 Mar 2008 18:34 GMT | 4 |
I'm referring to http://groups.google.de/group/comp.lang.java.gui/browse_thread/thread/0adb1e99ab 16aca6# I have pasted a small self contained compilable example demonstrating what I need.
|
| Scrolling behavior on text pane | 22 Mar 2008 10:24 GMT | 3 |
how do I achieve that a JScrollPane which has a JTextPane as viewport, will scroll automatically along with the added text at the bottom? The latest text entries shall be readable at all times! TIA
|
| Images in text component (emoticons) | 21 Mar 2008 03:12 GMT | 1 |
I'm trying to write string replacement algorithms that ought to replace small emoticon substrings with ImageIcon's. I'm not sure now what I need. I probably need a custom subclass of JEditorPane or better JTextPane...? Or is a a custom subclass of StyledDocument that
|
| Input/action map prob on JTextComponent | 21 Mar 2008 03:07 GMT | 1 |
I use the following code to assign key strokes to actions to be performed: Action act = new ... (whatever) JTextComponent tc = new ... (some standard text component)
|
| Location of image files in Java SRC | 20 Mar 2008 19:29 GMT | 13 |
i have instaled Java 1.6 along with source code, in c:\program files. .Can somebody tell me which is the location where the icon files are stored... thanks
|