| Thread | Last Post | Replies |
|
| java.awt.List changing size on its own? | 10 Jan 2007 03:29 GMT | 1 |
I have a java.awt.List widget that I use to list the files in a directory. When I first initialize and fill it, it's fine. However, when I refresh the directory contents, it can and does changes size by an amount equal to the width/height of the scroll bar, depending on the
|
| memory allocation for a method | 09 Jan 2007 23:43 GMT | 5 |
My application makes multiple JNDI search calls to a directory server. The search method returns a NamingEnumeration of SearchResults and I run through a while loop that converts the enumeration to a Vector of SearchResults. At another time I process the Vector to add the
|
| JTextField - how to disable selecting text in this component? | 09 Jan 2007 14:30 GMT | 14 |
Has anybody an idea, how to do it? I'll be lucky. Regards, dako
|
| design of gui | 09 Jan 2007 00:16 GMT | 2 |
I am trying to write a GUI program which will show different images in the background and foreground.The images shown depend on the user inputs.I am presently using JFRames, JPanels and all to do these.Somtimes the images are to be very frequently changed and
|
| how to detect divider bar moved and repaint a missing border | 08 Jan 2007 17:12 GMT | 1 |
I've got a JDIC WebBrowser component -> JPanel -> JTabbedPane which is in the bottom component of a JSplitPane in my application. When I initially open this Panel, everything (the web browser) looks fine, but anytime I shrink the size of the bottom component by sliding the
|
| columns drag 'n' drop | 08 Jan 2007 12:51 GMT | 1 |
can you plese tell me if, when I'm dragging and dropping columns of a Jtable, there is any kind of output which tells the program that the table has changed? Should I be compelled to use a mouselistener to tell the program that a
|
| client server application with sockets | 08 Jan 2007 10:09 GMT | 3 |
I have created a Java client server application using a socket connection with buffered reader and print writer objects to receive and send the data on the client and the server. The data goes to the server and is processed but the returned string, each line of which is
|
| where to find graphics for buttons | 08 Jan 2007 06:51 GMT | 2 |
I'm searching for free graphics to grade up my app by using icons on the buttons for edit, new, delete, save, cancel and so on. Java class ImageIcons supports gif, jpeg and png format. Anybody knows a free available source for this basic app icons?
|
| JNLP/Web Start Question | 08 Jan 2007 03:37 GMT | 5 |
I'm on a project that has a GUI written in Swing and which is downloaded and launched via Web Start. The user uses the web-based application to navigate and find data and the Swing application is used to view the data when the user clicks on the particular link. The JNLP
|
| ScollPanes in jtable | 07 Jan 2007 23:20 GMT | 1 |
Hello all, I have a minor problem with a Jtable and a custom renderer. In short, I have a table with approx 700 rows and 4 columns. The model contains only strings.
|
| Question about JTextAreas | 07 Jan 2007 22:29 GMT | 2 |
I'm starting to piece my way through the construction of a GUI which has 4 buttons (add, change, delete, print) and a JTextArea that displays the contents of a file using a vertical scroll bar. I'm not sure what I'm doing wrong here, but when I add panel2 my
|
| Swing embedded in SWT JPopupMenu problem | 05 Jan 2007 15:32 GMT | 1 |
I'm having problems when I embed an Swing component within an SWT composite. Inside the Swing component I have a JTable that contains a JPopupMenu. The popup menu comes up fine when I right mouse click and go does correctly if I click anywhere inside the Swing component but
|
| View update synch problem | 05 Jan 2007 10:16 GMT | 5 |
Hi chaps, wonder if anyone can suggest a solution to this problem I'm having with the GUI in my app. I have one view, let's call it CityView (as this is it's name). Two functions are important: One is the SelectCity() function, which reads a
|
| Java Books | 05 Jan 2007 03:50 GMT | 1 |
http://java-technologies.yourlib.com/
|
| Arrow Buttons | 04 Jan 2007 21:46 GMT | 4 |
Is there a way to get the arrow buttons(or atleast the arrow icons) of the current gui? The arrow buttons I'm talking about are the one's on the end of scroll bars, or in a JComboBox. Thank you.
|