| Thread | Last Post | Replies |
|
| exception error | 30 Nov 2007 12:21 GMT | 1 |
Good evening all, I'm taking a java class and as one of the final assignments, we've got to write a program that uses a gui with buttons. We've got to use a function that adds records. I've got this being handled by a button but i'm getting
|
| Project ideas | 28 Nov 2007 21:46 GMT | 2 |
I have to write a project in Java (a exam of my university). I am absolutely free about the subject: I can write complex software like an OS or a small crap utility. The standard is to write a piece of software to manage a DB. That's what
|
| JButton is incomplete | 28 Nov 2007 19:27 GMT | 2 |
I am new to java. Though I have written codes in C, Java is still difficult to understand. Please help me ... I have placed a button in a gridBagLayout(1, 3). When I reduce the size of the screen, the button is split. I do not want it to happen
|
| Screen Resolution | 26 Nov 2007 08:45 GMT | 14 |
how can i listen to screen's resolution change? thanks for your help.
|
| Jpanel background image issues | 26 Nov 2007 05:47 GMT | 1 |
I am having trouble showing the background image onto a panel All the JPanel code should be right but when I run the app, it just shows the JFrame with no panel. There is no IOException when ran so it reads the file with no problem.
|
| How do I create an editor pane with highlight and in-margin annotations? | 24 Nov 2007 19:07 GMT | 1 |
I want to create a component that will automatically highlight certain words. I also hope to add annotations to the margin. Something like the editor in an IDE like Eclipse or IntelliJ IDEA. As a matter of fact, it is for something very much like an IDE. I've read through the ...
|
| JTable group by functionality | 24 Nov 2007 10:24 GMT | 1 |
Has anyone managed to make group by functionality to a JTable (like in Outlook 2003) ? For example if you have a column with dates and you click the column the table would be sorted in groups like Today, Yesterday, 2 days ago, Last
|
| Determining when the mouse moves off screen | 24 Nov 2007 03:46 GMT | 3 |
Is it possible in an application or applet to determine if the mouse has moved "off screen" i.e.. outside the bounds of the frame/applet?
 Signature And loving it,
|
| SWT change Tree Node behavior bug | 21 Nov 2007 12:47 GMT | 1 |
I have a problem with SWT if I exchange the default tree node appearance with a customized one. In my case i add a composite to the node which holds a combo box and some additional textfields.
|
| Table Model from Bean | 21 Nov 2007 08:16 GMT | 8 |
I'm looking for a LGPL or similar package that provides a table model for a JTable with values provided by beans. I'd like to be able to have both one bean instance per row (so attribute names are the column names) and alternately where one bean instance
|
| java webstart problem | 19 Nov 2007 19:29 GMT | 17 |
I am trying to start a java app with webstart. I get the following error Missing signed entry in resource: http://localhost/formdesigner/lib/xercesImpl.jar The xercesImpl.jar is jarsigned
|
| ListCellRenderer Only Paints the First Cell | 17 Nov 2007 22:59 GMT | 5 |
I am trying to create a ListCellRenderer that renders custom cells extending from JComponent. The ListCellRenderer I am implementing just creates a new instance of a JComponent subclass I have written, called MyCell. My getListCellRendererComponent method is provided below:
|
| PDF Processing | 17 Nov 2007 02:31 GMT | 12 |
Hi members, I am PDF Processing...When i tried to execute the following code ,it thows NULLPOINTER exception...The exception occured at this line System.out. println(view.getProperty("Default_Zoom_Type"));..... I dont know how to solve
|
| jpanel export as pbm file | 17 Nov 2007 00:43 GMT | 1 |
I have a question. I have a JPanel with some custom drawings on it like rectangles, circles etc. Now I want to export The Jpanel as a PBM file. I have no idea how to do this. Maybe someone can point me to some url where I can read how to do it.
|
| drag and drop in a JMenu/JMenuItem | 16 Nov 2007 23:44 GMT | 1 |
I posted this message before, but didn't get any response so I'm reposting hoping for a response. Can someone please point me to some sample code that allows drag and drop in a JMenu/JMenuItem. I know that Java doesn't support dnd in
|