| Thread | Last Post | Replies |
|
| [ANN] Slamdunk UI Framework | 22 Mar 2004 20:03 GMT | 2 |
There's a better way to build your all-Java UI, and it doesn't involve writing Java, or XML either. When you have too much UI to build and not enough time, SLAMDUNK it! This is *not* just another GUI builder.
|
| Write once, run anyware but in IE. | 22 Mar 2004 18:38 GMT | 3 |
I've just come across whats probably a well known problem. IE's default JRE is version 1.1.4. That like a 1997 JRE. If I want to have an applet that runs in all browsers
|
| Using Java#, Gtk#, and Mono - Any Comments? | 22 Mar 2004 17:09 GMT | 4 |
Hello, Miguel de Icaza (the Mono Project Lead and Gnome Hacker Extraordinaire) has written up a tech paper titled "Java, Gtk and Mono" and writes:
|
| KeyListener not working in 1.4 | 22 Mar 2004 16:03 GMT | 3 |
I have all my application dialogs derived from a single customized JDialog that installs a KeyListener to handle help requests through the F1 key, like this: public class BizDialog extends JDialog
|
| Converting from AWT to Swing - Compile Error | 22 Mar 2004 15:23 GMT | 3 |
I am converting an application from using AWT to swing. I have the following function inside a class: public void setParent(JComponent comp) {
|
| JEditorPane | 22 Mar 2004 14:36 GMT | 5 |
I was trying to create text editor with syntax highlighting. I read that only JEditorPane can manage with different text styles in one text field. I have read documentation, but I cant understand which
|
| Beginner's Layoutmanager Problems | 22 Mar 2004 13:35 GMT | 3 |
I'm trying to write my first java gui program (with swing) and I just can't understand the layoutmanager concept. What I'd like to have is a layout similar to the windows explorer: a tree on the left side in a JScrollPane (occupying about 1/4 of the window's size by
|
| Input Map | 22 Mar 2004 12:29 GMT | 2 |
Hi, I want to create an inputMap that does two standard actions when a button is pressed. When the delete key is pressed I need the next character deleted but the cursor moved an extra character forward also. How can I combine the two?
|
| Editable JTree & no Icons on his nodes | 22 Mar 2004 11:26 GMT | 2 |
please help... I need it... I want a tree (instance of JTree) , his rows havent got any icons and his nodes are editable (after 3 mouseclicks) I made it so:
|
| Problems with JTable.getSelectedRow() | 21 Mar 2004 01:43 GMT | 1 |
I?ve the following problem: I coded a JFrame with a JList. If I click a button, it opens a JDialog with a JTable (2 columns, many rows) and a JButton. Now I want to select a row of the JTable with my mouse and click add. The
|
| Sockets Listening? | 20 Mar 2004 15:41 GMT | 2 |
Just a quick one ... I am having trouble listening to sockets in Java. I am writing a simple chat client, and I am using JBuilder 9. I am fine using events etc, but I am having trouble "listening" to the incoming connection.
|
| OpenGl for Java - newby | 20 Mar 2004 09:04 GMT | 2 |
I am developing a graphical application on a Red Hat Linux system using java and I would like to speed up my graphics using opengl. Does anybody know how I get started with this - there is a lot of information on the web about opengl but I do not know where I download the opengl ...
|
| Map layover graphic image | 20 Mar 2004 07:03 GMT | 6 |
I have what I suppose could be considered two questions regarding swing based applets. The client has a JPEG file representing how he wants the main window to look. But he says he can provide a number of much smaller images in a
|
| Closing a running Gui | 19 Mar 2004 20:32 GMT | 17 |
I have one Java Gui public class GuiOne extends JFrame {..} which opens another Gui public class Gui2 which also extends JFrame,
|
| Setting jtable cell height same as jtextfield height? | 19 Mar 2004 16:19 GMT | 3 |
I'm trying to use my own StandardOneClickEditor which extends DefaultCellEditor as a cell editor in a jtable. ==== public class StandardOneClickEditor
|