| Thread | Last Post | Replies |
|
| line number in JTable | 04 Mar 2004 08:22 GMT | 1 |
does anybody know how to add a row number on each line of a JTable object (like in a spreadsheet)? Thanks Toralf
|
| JInternalFrame, Swing, disable move functionality - how ? | 04 Mar 2004 07:18 GMT | 12 |
I have a problem with JInternalFrame, recently. I would like to create such a JInternalFrame, that wouldn't be able to move. At the end there is a small program which demonstrates what am I thinking about.
|
| Component in JEditorPane | 04 Mar 2004 00:45 GMT | 3 |
What I want is to be able to insert a link/component in a JEditorPane which when clicked opens up a dialog (which extends JDialog). (Basically, the text to be clicked will represent a unique identifier in a class, so all the relevant information about it will be retrieved for
|
| GridBagLayout and JMenuBar problems | 03 Mar 2004 17:04 GMT | 1 |
Here's another interesting one. I looked on the Bug Parade to see if this was present, but rapidly drowned in the sea of totally unrelated results I got back from the brain dead search capabilities. I built up a JPanel using GridBagLayout and various components. Works
|
| Native window decorations and layout | 03 Mar 2004 15:37 GMT | 5 |
Is it a known bug that if your JFrame is natively decorated you can resize it such that the minimum size constraints of its contents are violated? If I put a bunch of stuff in a JFrame's content pane (using
|
| URL problems | 03 Mar 2004 13:39 GMT | 1 |
How do I 'trick' Java into making normal text (in a JEditorPane) look like links (i.e. clickable) so that users can click on them? It seems as if it only allows URLs of the form http://www.someWebsite.com. By using a Listener I would then carry out the necessary course of action ...
|
| Layout problems | 03 Mar 2004 12:49 GMT | 5 |
I'm programming a "monopoly game" in java. It's a project for school and yes, I have a problem. I use a borderlayout and use the center south and west. In the west I created a JPanel. this must contain 3 areas. a top area a middelarea
|
| GUI Questions from a newbie | 03 Mar 2004 09:35 GMT | 6 |
I am very new to Java and OOP although I have done procedural programing for a few years now so sorry if this post is a real 'Duh!' What I am wanting to do is have an application (not an applet) that will allow me to call a PHP script on a remote server, return as xml a list of
|
| I'm in .Net Hell | 03 Mar 2004 09:03 GMT | 5 |
Help! I'm working for an almost all Java shop. However, in the past year our company had the great idea of buying a company full of vaporwear and empty promises. They purchased company was using VB for everything. Its product failed miserably. Now, however, they (that is they ...
|
| mouseReleased without mouseClicked? | 03 Mar 2004 08:05 GMT | 1 |
i'm writing an app with jdk1.1.8 and i have an awt widget with two mouselisteners listening on it: -one listening for mouseClicked -another listening for mousePressed and mouseReleased
|
| Multi-threaded Client/Server Socket GUI | 03 Mar 2004 07:56 GMT | 2 |
Hello All Does anyone know where i can get the following GUI set up for a Client/Server as can be seen below in the link. Setting up username, ip address + port number and the like (only i want to use java!)
|
| Help-Applet access remote database | 03 Mar 2004 04:42 GMT | 2 |
I have an applet which I want to put on the client side. The main function of this applet is to query database and draw some graphic navigation interface. It works fine when I tested with application.However once I changed it to applet, it has error( Java.security.AccessControl
|
| Problem with getting width/height of image | 03 Mar 2004 01:56 GMT | 4 |
Hi all gurus: in the following program for displaying image I try to get the width/height of the image. The first attempt (marked with first) before setVisible() returns -1/-1,
|
| JFormattedTextField resizing itself | 02 Mar 2004 17:02 GMT | 2 |
I have a JFormattedTextField that is embedded in a JPanel using Gridbag layout. If update the field programmatically, changing the number of digits on display, the text field and it's enclosing panel are resized by a small
|
| draw directed graph with nested panels | 02 Mar 2004 09:21 GMT | 7 |
I need to draw an n-ary trees in Java to visualize complex data structures. Each node should have brackets around it's subnodes indicating data type (set, stack, queue etc.) I've realized that the task is non-trivial if the result is to look aesthically pleasing.
|