| Thread | Last Post | Replies |
|
| HELP!! Netbeans Browser client applet using HTTP Servers(iis, apache) | 19 Nov 2005 04:02 GMT | 1 |
I'm trying to write a custom applet with netbeans that users can access anywhere with a web browser. Currently I'm simply tring to implement a secure login where: (1) a user enters his username and password
|
| ParseException not being thrown in JSpinner | 18 Nov 2005 21:54 GMT | 3 |
I have the following code for a button that is supposed to validate the input of a JSpinner: try {
|
| JOptionPane buttons/options issues | 17 Nov 2005 22:13 GMT | 3 |
I am creating a JOptionPane using an array of icons to specify the options. 1. Is it possible to configure one of the resulting buttons as the default button? 2. Is there a way to show both an icon and a text label for the buttons?
|
| XML --> Java User Interface | 17 Nov 2005 18:59 GMT | 4 |
I'm a newbie to this, but I wonder if anyone can help me. I've already searched in many books and websites, but I don't seem to find the answer... My problem is that I want to show a Java User Interface of a
|
| Shell shell | 17 Nov 2005 18:48 GMT | 1 |
could anyone help me with such problem I would like to have the class in which I will prepare new window to display.. I want to do it as a shell....
|
| Jtable with large columns scrolling issue | 17 Nov 2005 18:23 GMT | 1 |
In one of my project, the jtable has 160 columns and 100 rows. I have vector as a data model. The problem is the jtable is very slow to scroll. Even if I switch applications and come back to this Jtable it grays out for few seconds
|
| Nesting JScrollPanes | 17 Nov 2005 16:43 GMT | 4 |
I have an application that sits inside a JScrollPane so that if the user starts the app in something other than 1024x768 resolution, they can scroll to other parts of the screen. I also need to impliment scroll panels on other areas of the screen,
|
| click a button in a JTable | 17 Nov 2005 15:59 GMT | 7 |
hello again, I hava a JTable in which a cell displays a JButton. I have done so by extending DefaultTableCellRenderer. The button now displays fine, just as I expected. I have also added an
|
| Passing values from modal dialog to frame | 17 Nov 2005 13:05 GMT | 1 |
I have some basic questions about design. It's a modal dialog that allows input of a numeric value and has OK and Cancel buttons. 1. What is the correct procedure to pass the value back to the calling frame when OK is pressed?
|
| How to display Chinese in JTable | 17 Nov 2005 10:49 GMT | 8 |
Hi, I want to display chinese and other country characters (Which is unknown in advance) in a JTable in a Win2000 with English as default language. Can someone give me some hints? Thanks,
|
| Problem with drag and drop on a JTable | 17 Nov 2005 01:08 GMT | 1 |
I have a JTable that has a TransferHandler to allow drag and drop. My users are complaining that you have to click on the item to select it, and *then* you can drag it. I think the problem is in createTransferable, where I use "getSelectedRow()" to create the Transferable. Is ...
|
| Also, about JColorChooser | 16 Nov 2005 20:32 GMT | 3 |
Is it possible to edit which colors are available in a JColorChooser or is it simpler to build my own popup window with color selections?
|
| question on using images | 16 Nov 2005 16:13 GMT | 28 |
I'm trying to show images like jpeg and png, but each example I can find shows it using applets, while I'm not. So my question is: is it possible to show (and deal with) images without using applets (or should I use 'a better book')?
|
| Problem to get text right aligned | 16 Nov 2005 15:11 GMT | 2 |
My problem with this code is that I cannot make the following text: Enter numerator | Enter denominator and press Enter | RESULT:|
|
| Simple BoxLayout question | 16 Nov 2005 14:26 GMT | 3 |
this should be a quite simple question. still I don't get it right myself. I have implemented a boxlayout in y achsis. so it is a vertical list. in that list i want to display jlabels aligned left. however, i only
|