| Thread | Last Post | Replies |
|
| Pros & Cons of JSF/Ajax | 12 Apr 2006 03:25 GMT | 10 |
I need to build a very dynamic client and would be interested in knowing the pros and cons of using JSF and Ajax to accomplish this. Thanks. Steve
|
| problem in arrays of listboxes | 12 Apr 2006 02:34 GMT | 1 |
i have written a program that creates a one dimensionalarray of list boxes the data is filled from a radio.txt file when ever you read stop from text file it has end inserting words in to
|
| How to get the JDialog in which a Component is | 12 Apr 2006 00:03 GMT | 2 |
How can I get which JDialog a Component is in? My problem is that the Component is not just a child of a JDialog, but it can be inside another Container. My first approach is this: class MyComponent ... {
|
| Trivial to change the color of pixels in a IconImage? | 11 Apr 2006 15:23 GMT | 1 |
Does anyone know whether its a trivial matter to change the color of some pixels of an IconImage? I know I can work with it through a BufferedImage but how then do I go about changing the color. I suppose it is not as simple as changing an entry of some palette.
|
| Can Eclipse work as client/server mode? | 11 Apr 2006 14:37 GMT | 3 |
All my project source codes are located in UNIX/LINUX server in computer lab. 20-30 feet away from my cubicle. I am wonder if I download/install PC version of Eclipse. Can I get all the *.java source codes on my PC, after Build
|
| Initialising the Knob position in a JScrollPane | 11 Apr 2006 14:34 GMT | 1 |
Scenerio : I have designed my own dialog, where in I'm using the BorderLayout & in th center I am putting a JScrollPane in which I have added a JTextArea. The data comes into the JTextArea dynamically from the application. The
|
| how to add another icon in a JCheckBox | 11 Apr 2006 12:03 GMT | 1 |
can anyone please tell me how to add another icon in a JCheckBox along with the default icon?
|
| How to update JTable only after scroll bar is released? | 11 Apr 2006 10:18 GMT | 4 |
I'm using a JTable together with a JScrollPane. By default the table scrolls automatically if I drag the scroll bar. Now I want to be able to manually scroll the viewport because it should only occur if I release the mouse after dragging the scroll bar.
|
| rendering jtable with checkbox | 11 Apr 2006 07:57 GMT | 2 |
I have rendererd JTable header with JPanel which contains a JLabel to show sort icon and a JCheckBox. if the column is resized, the header becomes weird, the display is cluttered.But there is no problem with reordering of columns. I dont understand if its because the component
|
| Displaying Icon on right side of component | 11 Apr 2006 07:30 GMT | 2 |
I have a tool bar with buttons on it. One of the buttons has some sub-options, so I used a JMenu instead of a JButton for it. It works fine, but I would like the JMenu to display the menu arrow icon like a JMenu does when it has sub-menuItems. By default, it is not giving me
|
| How to embed a "multimedia player" into java GUI? | 11 Apr 2006 00:14 GMT | 2 |
How to embed a "multimedia player" into java GUI? Environment: WIN XP, jdk1.5.0, Flash 8, ... I need to embed a "multimedia player" into java GUI. It shall be able to:
|
| space betwen cell in a JList | 10 Apr 2006 23:17 GMT | 1 |
can some please advice on how can i add some space between cells in a JList Thanks in advance Chanchal
|
| checkboxes and combos | 10 Apr 2006 22:01 GMT | 7 |
I'm trying to reproduce a component that seems like a JComboBox (I'm not sure it is a JComboBox). It has a title (a voice visible by default) and the downward arrow and if i click on it, it opens a list of elements including some checkboxes
|
| Do you think the speed of java GUI is slow than vc GUI | 10 Apr 2006 15:01 GMT | 2 |
Do you think the speed of java GUI is slow than vc GUI? Recently I build a project with JAVA GUI,I find the running spend is slow than vc GUI. Free Java Tutorial ,ebooks and source code
|
| I need help choosing a LayoutManager | 10 Apr 2006 14:40 GMT | 10 |
Hello. I will explain what I want to do: I want to put a componenent (a JLabel) followed horizontally by some JButtons. A GridLayout would be OK, but I want something I can't do with GridLayout: I want the JButtons to be smaller than the JLabel
|