| Thread | Last Post | Replies |
|
| JTextPane Colored Text | 03 Jun 2004 04:32 GMT | 3 |
I would like to know if anyone could provide me with a reference or example of a JTextPane that allows a user to type in a color other than black. I am familar with changing the color of text once it is already in the JTextPane using a StyledDocument. I would like to know
|
| Hyperlinks in JTable Cells | 03 Jun 2004 01:10 GMT | 1 |
Has anyone successfully created a clickable hyperlink inside a JTable cell? If so, would it be possible to point me to some sample code? Or if it's even possible?
|
| store image | 02 Jun 2004 23:34 GMT | 6 |
I have a class to store images as jpegs. The problem is, that the image I get is totally black. Does anyone see, what is wrong in my class? The type of the image I give in as a parameter is a java.awt.Image. Thanks a lot.
|
| JTable drag and drop sample code? | 02 Jun 2004 23:14 GMT | 2 |
Can anyone point me to some sample code of a JTable that has drag and drop implemented? I can't seem to find a good example anywhere. Thanks!
|
| Editing styled text, converting to HTML and plain text | 02 Jun 2004 19:55 GMT | 1 |
Hi all. I'd like to create a fairly simple styled text editor (JTextPane?) for brief announcements which are stored in a database, and then presented to users on a website (in HTML), as well as emailed to them in both
|
| Using ico files in java | 02 Jun 2004 19:54 GMT | 5 |
Hey all, I've got an ico file that I'd like to put into a swing application and was wondering if this was possible. Everything I've seen for using ImageIcon seems to say that Java doesn't support ico files. Is there
|
| ColumnLayout? | 02 Jun 2004 12:40 GMT | 3 |
Does anyone know of a sort of "ColumnLayout" (free) that would allow me to fill up a column with fields and labels, and when it reaches the bottom of the screen, would wrap to the right and continue filling there? A bit like the opposite of the FlowLayout...
|
| java.swing | 02 Jun 2004 11:22 GMT | 1 |
Iam facing a problem with JDialog. I have some components placed in the JDialog alongwith Ok and Cancel button. I need to put a demarcation line(a Border which is a single line)between the
|
| Swing, tail -f and threading | 02 Jun 2004 09:17 GMT | 3 |
I'm trying to capture the stdout (and stderr) of an external program and show the output in a Swing JTextArea. For most short-running things like 'grep', 'cat'..., its fairly straightforward. But I'm having a little bit of difficulty with
|
| JScrollPane does not resize | 01 Jun 2004 19:29 GMT | 4 |
I display a JTextArea in a JScrollPane. jTextArea.setColumns(col) does not cause the scrollpane to resize automatically. I checked the jTextArea's preferredSize before and after the setColumns() call - the width does change.
|
| Newbie Question IconView | 01 Jun 2004 18:20 GMT | 6 |
I had some roblem with my news Client so i hope that this is not posted twice. I'm a Newbie searching for a Gui Element and need to know if there is any implementation in the standart java libs.
|
| Add a jTextField on a JTableHeader | 01 Jun 2004 12:33 GMT | 1 |
Is it possibile to add a JTextField exactly over the header of a column of a JTable. I want to see over each column a JTextField, so that each column has his header and over the header a JTextField. Thanks
|
| Automatic resizing of a Container | 01 Jun 2004 09:25 GMT | 2 |
Is there a way to automatically rezize a container when one of its components has changed its size? The organization of my various components can be represented in XML (SwiXML compliant) by:
|
| JFrame refference fron another Class Question | 01 Jun 2004 08:50 GMT | 5 |
Sorry but have not written Java code in some time. I have a java program working fine execpt for one problem. (see compliation error). It displays a new JFrame every time I invoke the SelectAppMaxCount.QuoteData(); If I don't put the new SelectAppFrame() I can refference the JFrams ...
|