| Thread | Last Post | Replies |
|
| Tool for configure JDK's path and classpath. Under windows platform. | 25 Jul 2006 05:54 GMT | 2 |
This program(JPather) is written in C++, After installtion of JDK, just execute this program then you JDK's path and classpath will configured properly. Link to download the JPather1.1:
|
| Swing without AWT? | 24 Jul 2006 13:59 GMT | 2 |
has any proejct uses a swing implementation bypassing awt for heavyweight compoents? That is anyone thought of swing using opengl (jogl etc ) directly. Or eve awt with opengl instead of x11 or gdi calls?
|
| Dynamically adding components | 24 Jul 2006 12:46 GMT | 3 |
I'm working with a JPanel where I want to dynamically add and remove JTextFields when the user clicks a button. I've gotten to the point where they add correctly but wont show unless I resize the window. I've tried using repaint() on just about everything
|
| help with image display gui | 24 Jul 2006 11:00 GMT | 1 |
hi wondered if anyone can help i want to create a dummy gui which looks like a media player eg transition window buttons etc and have created them as jpeg can someone help me in understanding how to inport them into jframes etc and place there positions on the grid,
|
| A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? | 23 Jul 2006 19:31 GMT | 8 |
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? problem description: 1. I modified the MediaPlayerSample.java of JMF_samples, to see how
|
| File listing perfomance issue | 22 Jul 2006 17:24 GMT | 2 |
I cant reproduce the JFileChooser performance in directory listing. When i retrieve the list of files inside a directory i need to know if a file is a directory or not, to visualize it as a folder or not, for instance. I know only this way in java:
|
| Using InputVerifier on a TextField in a JOptionPane | 21 Jul 2006 10:37 GMT | 4 |
I want to perform some validation on user input. The user input is in a JDialog constructed using JOptionPane's static methods. I am using an InputVerifier to perform the validation. I have two problems:
|
| How to fade FG without losing BG? | 21 Jul 2006 10:34 GMT | 8 |
In this example, I am attempting (and failing) to fade the foreground BufferedImage (an animated red ball), without losing the BufferedImage in the background (white with a black 'X').
|
| JScrollPane best size | 21 Jul 2006 09:45 GMT | 6 |
i'm doing some kind of vertical flowlayout. I would that the JScrollPane in the JPanel with my layout take as much place as they can. Let's take an example: JPanel with custom "vertical flowlayout"
|
| JLabel + <HTML> cuts bottom off of 'g' in asian fonts | 21 Jul 2006 03:52 GMT | 1 |
The following code demonstrates the bottom (descent?) being cut off of western characters in asian fonts (at least in MingLiu and SimSun). public static void main(String args[]) {
|
| CURSOR | 21 Jul 2006 03:22 GMT | 1 |
when i click the button CURSOR will apper as waiting state at that same time again i click the button same window open two time i want to open one window .plz give the answer.
|
| custom scroll bar | 20 Jul 2006 16:22 GMT | 2 |
I want to implement a custom scroll bar which functions like the one in StartMenu->Programs option. Instead of a vertical scroll bar I want buttons at the top and botton of the frame and on mouse over of it I want to implement the vertical scroll bar functionality. Is there any
|
| copy elements from a file to another file | 19 Jul 2006 22:58 GMT | 2 |
Hi,I hope someone will help me because I have a problem. I have 2 files.txt. I have to take one element contained in a row of the first file and find it in the second file. If in the second file I find the element I want copy the row in which
|
| Regaurding JOptionPane.showMessageDialog() | 19 Jul 2006 18:03 GMT | 3 |
I am displaying the message dialog box by using the following statement, JOptionPane.showMessageDialog( getReference().getParent()," Message", "Error", JOptionPane.ERROR_MESSAGE);
|
| Problem with JCombo box | 19 Jul 2006 17:38 GMT | 3 |
Here i am getting the problem with JCombobox. Here i am taking 2 combo boxes. each of them has 11 elements. They have set the initiall selected items. If I select the first combo then i am setting setSelectedIndex(0) for 2nd combo. In this , the scrollbar is not
|