| Thread | Last Post | Replies |
|
| How Do I Make My Application "Feel" Faster | 30 Nov 2006 15:17 GMT | 8 |
I'm currently designign a GUI and, while it's going pretty well, I've noticed when I do something like open an document using the GUI, the drop down menu (File > Open) that I've created doesn't immediately disappear. It seems to hang there for a moment and refreshes after the
|
| multiline header in jtable | 30 Nov 2006 09:12 GMT | 2 |
hellow friends, I am creating a jtable with 9 columns. And I want multiline header in this table. How do i get it?
|
| Problem Setting Column Widths | 30 Nov 2006 02:54 GMT | 1 |
I'm attempting to set the width of some columns in a JTable to the size of their column header's plus the column margin. I call the following method for each column in the table. I don't want some columns to have a fixed size hence the boolean.
|
| Problem - cannot display rows correctly in jTable | 29 Nov 2006 22:24 GMT | 14 |
There seems to be a problem with processing and inserting large (>2000) amounts of data into jtable. I read single rows from a database, do some processing and use insertrow() to feed them to jtable. They get to be displayed (UI) as
|
| how to print the data with components? | 29 Nov 2006 21:23 GMT | 10 |
hello friends, i have created one form which consists of jtable, jlist and many more java components. i want to print that form on printer..
|
| extendedTooltip with Images | 29 Nov 2006 15:16 GMT | 2 |
Hallo NG, I would like to enrich my gui using a kind of tooltip which shall also contain Images and several lines of text. After googleing, I only found http://www.downloadpiloten.de/download-software/programm/3530.shtml which is
|
| about size of the java components | 29 Nov 2006 14:36 GMT | 2 |
hello friends, i am laying down so many components on jframe. JLabel l1,l2,l3,l4,l5,l6,l7,l8; JList add1,add2;
|
| problem with setting a panel size within a frame | 29 Nov 2006 13:17 GMT | 11 |
I'm trying to make a GUI which looks like this:
|----------------------------| |Please Wait... o O X | |----------------------------| |
| HTML Editor | 28 Nov 2006 20:52 GMT | 8 |
i'm currently trying to develop a simple HTML-Editor with JTextPane and the HTMLEditorKit provided by Swing. Actually I want to transform a paragraph <p> to a Heading <h1>. This is my code:
|
| Saving Windows Position/Size | 28 Nov 2006 18:44 GMT | 1 |
I'm writing a program in which I want to save information like window size, window position, is it maximized, etc. I have it (mostly) working, but I've noticed one bug that's been annoying me, and I'm not entirely sure how to fix it.
|
| MouseListener - Changing background color | 28 Nov 2006 08:10 GMT | 1 |
Here is the code I have. Basically all I want to do is change the background of the frame to black when I click the mouse (mouseClicked) and change it back to white when I release the mouse (mouseReleased). I can't access frame directly to do frame.setBackground(Color.BLACK),
|
| JSlider Set knob Color | 28 Nov 2006 06:41 GMT | 3 |
I would like to change the JSlider's knob color. I saw an example on the web that used the BasicSliderUI to do that, but it doesn't work well. When I use that it paints correctly the Slider but the rest of the window components are not painted.
|
| file comparison utility | 27 Nov 2006 12:23 GMT | 2 |
I need a file comparison utility which i can embed within an already existing GUI. can anyone give me a link to such a utility. All the utilities i have come across dont give source code and cant be embedded in an already existing GUI. I dont need any options. It just needs to
|
| JScrollPane - ScrollBar - Not Scrolling withJTable | 27 Nov 2006 10:19 GMT | 4 |
I have a JScrollPane containing a JTable. I programatically traverse the JTable by selecting rows and scrolling the JTable jTable.scrollRectToVisible(r);
|
| Opening up a file with default program | 26 Nov 2006 14:26 GMT | 1 |
Is it possible, in java, to open up a file (using the JFileChooser class) and then execute it by telling JVM to use the default program. For example in windows, when I double click on a jpg file the image opens up in my default graphics viewer - or if it has a .doc extension ...
|