| Thread | Last Post | Replies |
|
| TreeView expanded listener RCP/SWT/JFace | 07 Sep 2006 01:59 GMT | 1 |
I am trying to write a method to intiliase a TreeView with huge set of Data, since we have alot of Data, hence its not effeciant to upload the data in one go, my strategy will be to get the Top Node, and once the user expand this top node getByParent webservice will be called and
|
| Calender problem CurDay | 06 Sep 2006 16:34 GMT | 1 |
Hi, i have an apointment booking form from ourline.com The problem is in admin, where it should display the days of the month. It is only showing as many days as the number of the month.eg; jan
|
| Good Introductory Book | 06 Sep 2006 14:52 GMT | 2 |
I have so far only programmed command line applications in Java and would like to start making GUIs. Can anyone recommend a good introductory book on the AWT/Swing topics? I have read the Sun tutorial and while it is helpful I would like something with more examples that
|
| JEditorPane link alink vlink colors | 06 Sep 2006 14:22 GMT | 7 |
Is it possible to make JEditorPane use the correct color for hyperlinks? I have already read that it's not up to JEditorPane to handle "vlink" color, it must be done by the user. But for "alink", and at least "link" color, what must be done to make it work?
|
| Styles | 06 Sep 2006 12:24 GMT | 1 |
How can I transfer styled text (One color, one font, but multiple bold, italic, and underline starts and stops) from one JTextPane to another?
|
| FillFect failure? | 06 Sep 2006 00:47 GMT | 2 |
I have a small animation running, which for each step first empties its pane through fillRect, and then paints its elements. Works like a charm, but every now and then, traces of the animated elements show up in the background, as if the pane was not completely emptied (tried ...
|
| JScrollPane in GridBagLayout | 05 Sep 2006 22:25 GMT | 4 |
Hi. I'm trying to create a following component: I've got a JPanel with two lists. Each of them is in a JScrollPane. Between the lists, I've got a JPanel that contains two buttons. My intention is to make a component, that fits all available space, but
|
| jprogressbar help | 05 Sep 2006 14:44 GMT | 1 |
I have made a small program, using imagemagick, to add watermarks to a directory of images. As each added watermark takes a little time (about 1 sec), I would like to add a progressbar to monitor the progress.
|
| Java and Windows GUI Integration | 05 Sep 2006 11:30 GMT | 10 |
I'm currently working on a research project, in the course of which I'll be required to delve deep into the ugly innards of Java & Windows GUI integration. One of the preliminary tasks involves writing a prototype, utilizing
|
| Docs In Jcreator | 04 Sep 2006 12:25 GMT | 3 |
Can someone tell me how I can put DOCS in JCreator? I copied docs to my JDK Directory, but when I right click on a word with Show JDK Help a Javadocs Window comes up with
|
| Looking for Sr. Java Engineers for Internet Advertising Company in Mountain View,CA | 03 Sep 2006 15:41 GMT | 2 |
We are looking for Sr. Java Engineers as we are in a drastic growth spurt. I attached the information below. POSITION: Senior Software Engineers, Java: COMPANY
|
| looking for complex code example for best swing / MVC practices | 03 Sep 2006 12:14 GMT | 3 |
I've been using Swing to develop complex GUI (standalone applications) for quite some time and feel confident with the language, the components, the layout, all the graphic part basically, however I get the feeling I still can't grasp the good way of dealing with MVC /
|
| Choosing specific file in JFileChooser | 03 Sep 2006 08:07 GMT | 6 |
I need to allow the selection of only specific file name from a JFileChooser dialog. For example, I want to let the user choose only "win.ini" file (the name is only an example!).
|
| JScrollPane & the scroll speed ? | 01 Sep 2006 19:41 GMT | 4 |
Is it difficult to speed up the scroll of JScrollPane content ? It is too slow for me, if I use the mouse wheel or arrows of a slider.
|
| Set keyboard focus to Applet when it is loaded | 01 Sep 2006 18:03 GMT | 6 |
I have an applet with a JTextArea and I would like the keyboard focus to be in that JTextArea as soon as the applet is loaded (so that the user can immediately start typing). Currently I do two things (with no success):
|