| Thread | Last Post | Replies |
|
| Displaying an email message | 18 Mar 2004 06:55 GMT | 7 |
I am able to display the body part of an email message in a JEditorPane but it isn't very good. Does anyone know of a better way or know of some third-party component I can get hold of? Thanks.
|
| Java apps won't load GUI on win2k PC | 17 Mar 2004 21:49 GMT | 8 |
I have a win2k PC that just won't load any java gui. I have many other PC's that will run he same .jar files with the same jre The jre that I am using is Sun Java 2 jre SE 1.4.2. I have:
|
| Help - How to display image background in JApplet | 17 Mar 2004 19:20 GMT | 5 |
Good evening! In my JApplet init() method I add a few Swing components (JButton's) to the contentPane. I want the components to appear on top of an image background, so I added paint() and proceed to use drawImage(). Alias! The JButtons never
|
| How to highlight a selection in TreeModel? | 17 Mar 2004 18:30 GMT | 1 |
I would like to highlight a node on the JTree when a user has selected something from another component, say, JList. How do I go about doing that?
|
| FlowLayout component alignments | 17 Mar 2004 14:49 GMT | 1 |
FlowLayout CENTERS components with different heights vertically in a row. I need them top aligned and tried component.setAlignmentY(Component.TOP_ALIGNMENT), however, this only works in BoxLayout. Is this a Swing flaw? (Note I don't mean the FlowLayouts
|
| Guidelines for User Data Validation ? | 17 Mar 2004 10:06 GMT | 6 |
I've been coding up some screens and dialogs and im totally unsure how I am supposed to be validating user input. For instance if I have a dialog box with 3 JFormattedTextFields and an OK and Cancel button am I supposed to check the data when the OK button is pressed or when each ...
|
| Flashing tab | 17 Mar 2004 05:57 GMT | 3 |
I am using a jtabbed pane, and would like to somehow make a tab flash, if it is not the selected tab, when some new data occurs in it, and have it flash until the user selects it. Anyone have an idea - or example - of how this might be acheived? Thanks Ike
|
| jpanel and keyevents | 17 Mar 2004 03:07 GMT | 2 |
Why is a JPanel component within a JFrame not receiving key events ?. I have a JPanel component on my JFrame component. Installed the KeyListener for that JPanel but when I press a key on the JPanel component I not see the events, how is possible ?
|
| Best way to display a log using Swing | 16 Mar 2004 19:36 GMT | 1 |
I'd like to display a running log of network statisics, like bytes received, running Bps, etc. But it really could be any kind of data. It needs to scroll upwards based on each event recieved; but I would like each piece of data to have a separate column. What the quikest,
|
| correspondence online | 16 Mar 2004 18:09 GMT | 1 |
Does anybody knows an applet which offers word processing? thx 4 anserws Marco
|
| 'Wiping away' rectangle drawn in JFrame? | 16 Mar 2004 09:09 GMT | 2 |
I'm trying to create a simple window with a red rectangle drawn inside it. I can do this but as soon as I move another window (e.g OS prompt window) over the rectangle, it kind of rubs out the rectangle like an eraser tool would do in a painting package. I'm sure I'm missing ...
|
| Help! Why can't display image in Flowlayout? | 16 Mar 2004 06:30 GMT | 2 |
Good evening, Why doesn't the following code work (no image displayed)? BoderLayout.CENTER or BoxLayout works fine! import java.awt.*;
|
| any free java gui IDE's? | 15 Mar 2004 16:02 GMT | 6 |
are there any free java IDE's out there..i've downloaded the sdk as i need to construct a GUI interface...maybe there are some IDE's out there that provide drag and drop component functionality? (ie drop button on form etc?) I'm currently using the XEmacs editor to code...it has a ...
|
| JTextArea | 15 Mar 2004 09:52 GMT | 1 |
I've got a DNA sequence (only containing the letters A,T,G and C) and stored in an array of bytes. I whish I could manipulate it via a JTextArea without having to dupicate it into a String as it could be a very long sequence. Is there a way to use a JTextArea with such an
|
| removing java | 15 Mar 2004 08:56 GMT | 1 |
Is there a way to remove old version of java? I have several Win XP computers where I've installed the latest version, and in the control panel, there are 2 or even 3 version now listed. But none of them show up on the Add/Remove Hardware list.
|