| Thread | Last Post | Replies |
|
| Help Menu - opens frame which does not go to front | 31 Aug 2006 12:41 GMT | 7 |
I'm using a JFrame to display help content in a JEditorPane. The help frame is started up when the user clicks on the "Help" menu. Unfortunately, the help frame does not have focus nor is it at the front.
|
| Problem with setUndecorated() method in JFrame | 31 Aug 2006 12:01 GMT | 6 |
I have a problem using the method in subject in my Java app. There's a JFrame with backgound image (JLabel tip...) and several JDIC WebBrowser (java.awt.Canvas) disposed on it at runtime, following position and dimension rules on a xml file. This app works fine in fullscreen mode
|
| JScrollPane vertical bar is defaulting to the bottom | 31 Aug 2006 11:34 GMT | 2 |
I have a JScrollPane for a large panel, when it displays the vertical bar is at the bottom. I want it at the top - I have various other JScrollPanes elsewhere that default to the top as expected. I believe the difference may be that this panel contains JTextAreas,
|
| PopUp TableCellEditor? | 31 Aug 2006 10:46 GMT | 2 |
First an apology, in a previous post I committed the Usenet sin of asking "How do I do X" when I really wanted to know "How do I do Y" - I thought that doing X was the way to achieve Y. I have a JTable displayed in the usual way. One of the editable columns
|
| how to refresh jComboBox in popupMenuWillBecomeVisible | 30 Aug 2006 10:38 GMT | 2 |
i have jComboBox which should calculate its drop-down list size before opening (it depends on current window size so I decide to put it into popupMenuWillBecomeVisible method) void jComboParamNames_popupMenuWillBecomeVisible(PopupMenuEvent e) {
|
| JComboBox into JHeader | 30 Aug 2006 06:30 GMT | 5 |
i am trying to put a JComboBox into Header of a JTable, i do it by implementing the TableCellRenderer, also i implement getTableCellRendererComponent(Jtable.....) method to return a ComboBox. i can see the combobox into header of my table , but i can select any items
|
| hibernate i bytea | 29 Aug 2006 20:24 GMT | 1 |
Witam Jaki typ powienienem uzyc w javie aby mi w bazie hibernate wygenerowal byteA? Jak robie java.sql.Types.BINARY to mi wywala blad ze ma problem ze
|
| JTable: How to memorize the width of the columns ? | 29 Aug 2006 06:06 GMT | 3 |
How can I force my application to memorize the column width, so that I don't need to set the column with every time I start app?
|
| Move scrollbar from a JButton | 29 Aug 2006 01:00 GMT | 2 |
I have a JTable inside a JScrollPane. I use some JButtons to do some row selections on the JTable. I would like the viewable area / scroll pane to increment when the row selections are changed using the JButtons. By doing this I wish to
|
| Different height at JComboBox editor and renderer | 28 Aug 2006 19:47 GMT | 7 |
I have a combo box which uses a custom ListCellRenderer which basically displays two lines of text (the preferred name of an object and an alternate name of the object). That works well. The problem is that the editor for the combobox (which is editable) is being displayed with the
|
| AffineTransform.getScaleInstance question | 28 Aug 2006 18:54 GMT | 8 |
I am using the AffineTransform.getScaleInstance to transform an image by showing it growing. i.e. something like the following: while(scale <= 1) { repaint();
|
| Reg - JButton double click | 28 Aug 2006 10:01 GMT | 1 |
Can any one suggest me solution for restricting JButton event firing twice( when double Clicked on JButton )other than the following solutions. 1) Disabling the JButton after clicking once
|
| html in a textfield | 27 Aug 2006 19:50 GMT | 4 |
I want to display underlined text in a Jtextfield and I found out that in order to do that I need to use HTML so I tried that but found out that JTextfield doesn't render the HTML. So I tried JEditorPane and discovered I had to set the Type to "text/html". Well I'm sure that
|
| Help Cloning Objects | 27 Aug 2006 09:56 GMT | 1 |
I currently have a database 'explorer' application - show lists of tables; ddl etc etc I'd now like to be able to 'clone' a snapshot view into another frame....
|
| JCreator beginners question | 26 Aug 2006 12:03 GMT | 2 |
I am very new with JAVA. Using JCreator V3LE it is not possible for me to opening Applets in my Browser (neither MS Explorer nor in Firefox). It opens only in theJCreator internal window.
|