| Thread | Last Post | Replies |
|
| Merge two columns in JTable - How? | 12 Mar 2004 07:22 GMT | 1 |
I would like to merge two column cells, in which case, it's a column header to become a single column header but retaining the other cells as normal. How can i do that?
|
| change alignment for a column in jtable | 12 Mar 2004 04:41 GMT | 1 |
I hope someone can help me. I've a problem to change the alignment in a column. Normally the alignment is left and in Boolean Columns CheckBoxes are centered in the cells. But I need a columns with right alignment. Does anybody know how to manage that.
|
| Sortable JTree | 11 Mar 2004 20:31 GMT | 7 |
I need to sort a JTree, after nodes aree added or removed. After reading on-line information it appears that the correct way is to use a custom Tree Model. I created a tree model and have tried numerous ways to sort the tree, all to no avail.
|
| JTextPane component deletion | 11 Mar 2004 17:21 GMT | 2 |
I was wondering if anyone could provide help on the following questions: 1. In a JTextPane, I have buttons which I only want deleted by a pop-up menu option, not simply by the user clicking on the delete/backspace key. However, I only want to remove the backspace/delete ...
|
| HTMLEditorKit and insertHTML | 11 Mar 2004 16:30 GMT | 2 |
Does anyone have any examples of using the insertHTML() method in HTMLEditorKit? The documentation is not exactly brimming with detail, and I can't find anything in the tutorial that mentions it. I'd just like to do simple things like selecting some text in a
|
| Removing components from JTextPane w/o delete/backspace key | 11 Mar 2004 09:00 GMT | 2 |
Hi fellow programmers, I need some help with components in JTextPane. What's the best way to go about removing a JButton (that's been added) from JTextPane without pressing the delete key (it will be removed by
|
| Can anyone provide with working example using the JavaHelp | 11 Mar 2004 08:08 GMT | 1 |
Can anyone provide with working example using the JavaHelp, Many thx Ali
|
| How I emulate users of a Swing Application? | 11 Mar 2004 04:29 GMT | 4 |
Suppose I have a simple Swing Application with a few buttons, some text fields, and maybe a check box. Does Java provide a way for me to build a program which I could use to interact with the Swing application?
|
| troubles with my GUI | 10 Mar 2004 21:18 GMT | 3 |
I am making a program that draws a special diagram. For that i've made a class that extends the JPanel. That JPanel uses a BorderLayout and i'm willing to use center, north, south, west and east. All of the areas have there own JPAnel. The center, the diagram itself is also a ...
|
| how to set JInternalFrame as the owner of a JDialog? | 10 Mar 2004 17:36 GMT | 1 |
how to set JInternalFrame as the owner of a JDialog? thanks. Max.
|
| Keymaps and InputMaps? | 10 Mar 2004 15:53 GMT | 1 |
Hello; what is the relationship, if any, between javax.swing.text.Keymap and javax.swing.ActionMap/javax.swing.InputMap? Is the ActionMap/InputMap machinery intended to coexist with or supplant the Keymap machinery?
|
| Button Size & Swing | 10 Mar 2004 11:58 GMT | 9 |
Can someone tell me, how to set Dimension of a Button to exactly size in GridLayout. Below is my example which doesn't work. import java.awt.*;
|
| Flipping between frames? | 10 Mar 2004 10:45 GMT | 1 |
I have got a StartFrame-class that shows up a frame where a user can make some selections and when done with this another frame is opened from StartFrame-class for my main-application.
|
| About HTTP server! | 10 Mar 2004 09:19 GMT | 2 |
I want to setup a http server using Apache 3! Just use CGI to setup a server application!we can use C,Perl,PHP,... what is a good idea? Thanks a lot
|
| Monospaced Font Problem | 10 Mar 2004 08:20 GMT | 1 |
I am trying to emulate a text user interface using box drawing characters and a monospaced font in a StyledDocument in a JTextPane, but I have found an oddity -- the box-drawing characters are not monospaced, at least using Java 1.4.2_03 on Windows 2000. Here is
|