| Thread | Last Post | Replies |
|
| ToolTip text for JButton | 31 Oct 2007 02:04 GMT | 3 |
Is there any way tooltip text of a JButton can be shown always, rather than it get displayed on mouse over of the JButton Thanks in advance Chanchal
|
| last access date | 28 Oct 2007 22:37 GMT | 6 |
I was experimenting with a disk fragmenter called DiskTrix. During the install it said that Vista had turned off maintaining last access date, and offered to turn it on. I was surprised to discover this was a configurable feature.
|
| JLebel as a container | 26 Oct 2007 10:41 GMT | 1 |
I'm trying to add a JLable 'jLable2 to another JLabel 'jLabel1'. But jLabel2 is not getting displayed. My code is import javax.swing.*;
|
| drag'n drop: why does the parent also become a droptarget | 26 Oct 2007 08:15 GMT | 4 |
I am completely new to implementing drag and drop. I have made a class called DropPanel that extends JPanel. DropPanel implements the DropTargetListener interface. I place a DropPanel as a component of a JPanel and executes my application...
|
| Image on a button | 25 Oct 2007 02:07 GMT | 1 |
I have a JSplitPane on a JFrame. Left side of the JSplitPane contains a button with an image on it. i want the image to get resized along with the button when the divider of the JSplitPane is dragged. Kindly advice how this can be achieved.
|
| JEditorPane and HTML offsets | 23 Oct 2007 15:44 GMT | 4 |
Given the offset from the start of an HTML document, how I can translate this into the offset when the HTML is rendered in a JEditorPane? e.g. in the HTML document (not strict HTML but still renders):
|
| Cisco and telnet | 23 Oct 2007 08:11 GMT | 7 |
I´ve a question for all... anybody has a java telnet app for comunicate with cisco routers? I´ve this features in vbscript , but i want to make a application with
|
| JScrollPane resize / new location question | 18 Oct 2007 15:27 GMT | 6 |
I have an application that uses a JScrollPane to display a component that will be resized every once in a while. At the same time of the resize I also want to set a new position for the resized component. E.g. I am doubling the size of the component and want to change its
|
| JTable - Windows Table Behavior? | 17 Oct 2007 17:53 GMT | 2 |
is there a (simple) way to let a JTable behave like the Tables in many Windows applications? Primarily I want the following: If one column is resized by hand, only the following columns (all right neighbors) should moved (not all other columns resized). The size of the screen
|
| JTree, updating model and DefaultMutableTreeNode | 17 Oct 2007 15:45 GMT | 1 |
I am discovering the Swing's tree API. I am building a tree one node after the other (the nodes reflect different steps of a long-running process). The problem is that the nodes added after the construction
|
| Applets and custom class loaders | 17 Oct 2007 00:50 GMT | 8 |
Is there any reason to use a custom class loader with an applet? I have an applet in which I only want to load a particular class if the corresponding content type is required to be rendered by that applet so that the initial applet load is as quick as possible. I have ...
|
| Files & Methods | 16 Oct 2007 21:53 GMT | 8 |
Hi, I'm a new JAVA Programmer and need some help with my homework. My homework is a multi-part assignment. My assignment is to modify the code to find and print the sum of the same series from 1/2 through 1/n, where n is read in from a data
|
| Menu Removes Focus | 15 Oct 2007 20:16 GMT | 1 |
I'm curious - how do I know what component has focus when I need to pop up a menu to complete a task. For example, in my JTree, I have a popup menu that comes up when I right click on the tree. Well, the JTree is the "real" object that
|
| rotating text problem | 14 Oct 2007 18:18 GMT | 11 |
I have problem with a piece of code (see below). When the text is rotated on my panel it seems that the coordinate system is corrupt. If I put something on x,y = 100, 200 it looks that the object is put somewhere else. I think it has to do with the rotation. How can i go back to ...
|
| List cell renderer with JLabel: selected border | 14 Oct 2007 17:37 GMT | 4 |
When using a custom cell renderer (JLabel subclass), I noticed the border of a selected item is not drawn. How can I achieve a border like with the default renderer, the "yellow dots" around the entries, as with a standard JList or JTree for example.
|