| Thread | Last Post | Replies |
|
| Is there an easy way to make a JFrame AlwaysOnTop? | 29 Mar 2005 09:23 GMT | 1 |
I want to make a JFrame AlwaysStayOnTop. My Java is of version 1.4. Are there any simple methods to be used? What about version 5?
|
| Simple XY Plot | 29 Mar 2005 08:12 GMT | 2 |
Though I've done the usual "web search" and found jFreeChart, jCharts, and PlotPackage, I thought I'd post here in case I've missed any options for a simple, free two axis XY plotting package/class. jFreeChart is overkill ... the other two look like possibilities.
|
| JTable column width resizing woe | 28 Mar 2005 22:33 GMT | 1 |
JTable column width resizing woe If I put JTables in JScrollPanes, column width resizing does work as expected. But if JTables are simply put in simpler containers like JPanels, resizing behavior is quite abnormal. What could be
|
| newsgroup | 28 Mar 2005 17:14 GMT | 1 |
I am using netbeans and I want to know if there is a new group for netbeans. Something like news.netbeans.org. Is there a newsgroup for netbeans ? Johan
|
| Help installing a custom look and feel | 28 Mar 2005 12:26 GMT | 3 |
As part of a current Uni assignment I am required to write a customised Look and Feel(LAF) and implement it in a java app. So far I have taken an existing LAF and *cough* modified it by renaming all the class instances and package paths to a package I have created for it.
|
| How to print ?? | 28 Mar 2005 09:53 GMT | 3 |
I just want to load a txt file and then send a content to the printer without loading it to the JTextArea for example. So only from file to the printer !! thanks
|
| GridbagLayout | 28 Mar 2005 02:58 GMT | 1 |
I am stuck in a small sample program using gridbaglayouts. In one of my current program assignments i created some GUI forms with a basic panel then a couple of subpanels for the fields. The Top level panel i made Borderlayout then inserted the other two panels in the north and
|
| Use a scaled font within Styled JTextPane | 28 Mar 2005 02:50 GMT | 2 |
I want to be able to resize a font that is used within my styled JTextPane so that it grows both horizontally and vertically when the form resizes. I have the code to rescale the font (posted below), and that can be applied to a label which works fine.
|
| animated buttons/status bar | 28 Mar 2005 02:50 GMT | 1 |
I need to put a little jazz into my swing gui. I would like to represent running/inactive processes via some sort of animated component. Ideally I'd like a green arrow that swirls around for the active ones and a motionless red cross to indicate inactive ones.
|
| Looking for a component for previewing formatted text | 27 Mar 2005 23:53 GMT | 1 |
Hi, I am writing a program which should include a "previewing system" before the printing job. What I have to preview in only formatted text, and the text editors included in the JVM would be fine if only the text could be justified ; I only need :
|
| How can I select words clicking on them in JEditorPane? | 27 Mar 2005 18:20 GMT | 2 |
I have a JEditorPane (or a similar class). It is readonly. I want to select the words when I clicked on them. Or, after waiting for some time on a word, it will be selected automatically.
|
| JFrame - how to properly and cleanly close? | 27 Mar 2005 08:58 GMT | 2 |
i have a class that extends a JFrame.
>From a main function i create an instance of that class. Now for the problem.. With Task manager up and watching this java process:
|
| Focus on JFrame | 26 Mar 2005 15:31 GMT | 1 |
How does focus work in Java? Is it the last component made, that as standard gets focus, when your JFrame is painted? And how can I set focus on my JFrame, instead of as it is now my JButton? When I write
|
| Image filtering - converting Icons into Images | 26 Mar 2005 14:37 GMT | 2 |
i'm trying to do image filtering for an Icon that is bundled with the JRE such as the javax.swing.plaf.metal.MetalIconFactory.TreeFolderIcon (in order to change icon colour or scale icons). my problem is that is that i can't figure out how to create an ImageProducer source for ...
|
| How can I go to the first line of a JEditorPane programmatically? | 26 Mar 2005 09:12 GMT | 2 |
I have a JEditorPane. It is filled up with appended lines programmatically. When the total number of lines gets larger, the pane starts scrolling, and it remains at the very last line.
|