| Thread | Last Post | Replies |
|
| Best way to set an image to a background | 24 Apr 2006 14:40 GMT | 6 |
Hi again i'm posting to ask the question what is the best way to put an image on a gui background but still have the ability to place buttons and text fields on top of it. My program has a map and I want to place buttons on each region of the map and some text fields here is how i
|
| Highlight just inserted record | 23 Apr 2006 12:05 GMT | 1 |
I have a table that shaws data from a MySQL database. The table in DB has two fields ID (auto incremented) and Name. The table on the JINternalFrame shaw these data sorted by name. To insert a new record I call a JDialog to type in info and by a button do an insert in the DB.
|
| JTextArea and Image sharing same GUI space | 22 Apr 2006 10:51 GMT | 1 |
To display a message in a GUI, I am using a JTextArea defined as: JTextArea message = new JTextArea(1,1); To put the desired real data in the JTextArea (and thus display on the GUI) I use a statement like this:
|
| Problems with resizeble JOptionPane/JDialog | 21 Apr 2006 21:06 GMT | 2 |
I created a popup with JOptionPane, it works fine except I can NOT resize the popup window. Here are the codes: JPanel myPanel = new JPanel();
|
| AbstractTableModel.setValueAt Type mismatch | 21 Apr 2006 19:38 GMT | 2 |
I am having problems working out how to override setValueAt() in the example below. The method receives a parameter of type Object which has the value of the edited table cell, I want to assign the edited value to an object of a more specific type but I cant work out how to do ...
|
| jscrollbar setvalue | 21 Apr 2006 18:24 GMT | 1 |
I have some code like this: int pos = scrollPane.getVerticalScrollBar().getValue(); //some code to refresh html page on jeditorpane scrollPane.getVerticalScrollBar().setValue(pos);
|
| JTables within a JTable | 21 Apr 2006 16:05 GMT | 6 |
I've used JTables with renderers before, but I've never tried this particular task. I'd like to have a JTable whose cells contain JTables. (I've tried other approaches, including JSplitPane, but none did exactly what I was looking for.) Creating the array of JTables isn't a
|
| Color Scheme of JTabbedPane | 21 Apr 2006 14:29 GMT | 3 |
I am required to change the color-scheme of the unselected and selected tabs of a JTabbedPane. Any idea how to go about it? Regards, Ankur
|
| JSplitPane won't split | 21 Apr 2006 04:57 GMT | 1 |
I'm trying to make a JSplitPane and fill it with some text boxes. The top box has a JScrollPane, the bottom is just a JTextArea, but might become a JSplitPane in the end. The problem is, the split bar is simply not there at all. I don't get it. In the following code, JSP is the
|
| JCSpinField translation | 20 Apr 2006 19:37 GMT | 2 |
I've to transform some JCSpinField in a standard Java class. Can someone help me?
|
| [SWT] Transparent Canvas | 20 Apr 2006 16:56 GMT | 2 |
I am working on a GUI with movable icons, similar to Windows Explorer. I represent icons as class extended by SWT Canvas. However, I would need the space around the icon to be transparent. Is there a way to accomplish this, or should I change design and use something apart from
|
| How to capture MouseClicks on the title area of a JInternalFrame? | 20 Apr 2006 15:30 GMT | 2 |
I have equipped a class, derived from JInternalFrame, with a MouseListener and can catch the events, when I click the mouse inside the frame. MouseClicks inside the title area are unfortunately not caught? Anyone got an idea how to do it? My aim is to create two separate
|
| ***Multimedia Programming*** | 20 Apr 2006 15:12 GMT | 1 |
Dear friends, We are two university students from Greece and we are writing to ask for your precious help with Java & Visual J++. We would like to know if there are any good routine libraries that will
|
| Java3d - modelling 3d map | 20 Apr 2006 14:35 GMT | 2 |
I want to create a 3d map so that you can see roads and elevation (i.e. terrain... so you can see hills). What objects should I use in the java3d hierarchy to achieve this? The package has a bunch of geometric objects such as Box, Cone, Cylinder and
|
| Netbeans bean creation question | 20 Apr 2006 14:04 GMT | 2 |
I've posted this on a couple other Java groups, and just discovered this one. I'm not sure if this is the right group for a question like this, but it seems the most likely on my ISP's server. So... Here goes... In a Java class that I've been taking this semester, we've been ...
|