| Thread | Last Post | Replies |
|
| jar files and resources !! | 18 Apr 2005 14:51 GMT | 2 |
what is best : to include resources (images,text files,etc) in the JAR or to leave then as external for both is there a difference between loading a resource from the JAR
|
| How to plot a x-y axis graph ? | 18 Apr 2005 12:16 GMT | 1 |
I have a set of points (x , y ) And I want to use these points to plot a x-y axis graph. Is there any API can do that? Thanks and regards,
|
| Pausing in a GUI | 18 Apr 2005 12:15 GMT | 1 |
I'm trying to display multiple frames with a pause of a few seconds between the display of each frame. I have the following code, but the swing components of each frame will not appear before the pause starts. The
|
| JTextArea scrolling woes (long) | 18 Apr 2005 07:11 GMT | 4 |
I'm writing an application that has a read-only JTextArea that messages get written into. It has a vertical scrollbar. What I want is to automatically scroll to the bottom whenever new text is added. This is a common thing to do, and I have searched for and found several
|
| java images column??? | 17 Apr 2005 19:20 GMT | 1 |
I want to make one of the columns in a JTable for displaying images, how can I do that?? Thanx, Rashrashetta
|
| No compilation error but not the required output | 17 Apr 2005 18:51 GMT | 1 |
This program is to input 20 numbers in the range 0 to 100 and display a histogram that shows how many numbers are in the range 0 to 9, 10 to 19, 20 to 29.. public class Histogram extends Applet
|
| a method to increment array based on input from another array | 17 Apr 2005 11:57 GMT | 5 |
I have inputed 20 numbers in the range 0 to 100 in one array by name num. Then i have another array by name output with 10 elements all initialized to zero; I have to go through the list of intput numbers and increment one of the elements in output based on what range the number ...
|
| which report writer? | 16 Apr 2005 23:35 GMT | 18 |
I'd appreciate the opinion of existing report generation software users. I need to create a .pdf with a table of row labels and data from SQL queries. I'd also like to put a few charts in from JChart. There's JasperReports, DataVision, JFreeReport. Has anyone had a
|
| sequence diagrams | 16 Apr 2005 06:17 GMT | 2 |
I suppose many people use unl for modeling. Does anybody know a free good uml tool to make sequence diagrams, from the use cases? I have use cases described, but i need a tool that can put them into a sequence diagram Irlan
|
| cursor in jeditorpane | 16 Apr 2005 00:17 GMT | 4 |
Clicking on a link in my JEditorPane causes a new page to be loaded into the same pane with setText(). The problem is that the cursor doesn't change; it's still the link cursor even when it's not over a link in the new page. And if it is over a link, an entered hyperlink
|
| Displaying a histogram using input from an array | 15 Apr 2005 19:11 GMT | 2 |
I am currently working on a problem that inputs 20 numbers into an array and the numbers being in the range of 0 to 100. I had to calculate smallest, largest, mean and average of all the numbers in this array which i was able to do without any problem. But the second half of the ...
|
| How to put a hyperlink into a JTable cell. | 15 Apr 2005 14:32 GMT | 1 |
I want to put hyperlink into my JTable cells. I used a JEditorPane for as a cell renderer. Although it renders the hyperlink correctly, nothing happens when the mouse hovers over the links. Is there a way to make active/working hyperlinks in JTable cells?
|
| Animated/sliding toolbar | 14 Apr 2005 21:14 GMT | 4 |
I'm wondering how to program a toolbar that appears to 'slide' out into a container panel. I have a panel that displays images. I want to have a toolbar available to the user to activate pan, zoom,
|
| Unable to set focus on the JTextField | 14 Apr 2005 20:52 GMT | 2 |
I have a JTextField in a JPanel and I would like to have JTextField set to be the default focus with the caret blinking in it. I have tried requestFocusInWindow(), requestFocus(), grabFocus() and setFocusable( true) and all failed.
|
| Question in arrays problem | 14 Apr 2005 17:25 GMT | 4 |
My program has to calculate largest and smallest numbers from an input array of 20 numbers within the range 0 to 100. No compilation error but no output messages in the applet as well. Any help appreciated.. kanaka
|