| Thread | Last Post | Replies |
|
| a newbie puzzle solved | 08 May 2004 08:57 GMT | 1 |
I was updating a program that I wrote many years ago when I was just learning Java. I noticed a small bug in it. When I used it as an Applet it worked fine, but when I used it as an Application, it would chop a slice off
|
| Where is the mouse? | 07 May 2004 19:05 GMT | 3 |
Is there a way to find out where the mouse is now? I know you can field MouseMotionEvents in a given Component, but what I am after is something simpler, just "where is the mouse in screen co-ordinates right now", sort of the inverse of Robot. Is that
|
| Problem Printing with JDK 1.4.2 | 07 May 2004 18:48 GMT | 1 |
I'm trying to set the number of copies of my print job. If I include the call to "printDialog" all is OK. The print dialog shows 3 how the number of copies. However if I don´t include that sentence, the job is printed OK,
|
| JScrollBar / JScrollPane question | 07 May 2004 14:55 GMT | 1 |
I've got a little app with a JTextArea inside of a JScrollPane that displays rows of results. When the user searches for something one of the options is to hilite the entire row that contains the search text. The problem with this is if the data in the row goes past the
|
| insertComponent in jtextpane and spacebelow-attribute | 07 May 2004 14:46 GMT | 1 |
in the following program i try to set the spacebelow attribute - but it doesn?t work; why? and i want to insert the string "test" with an own component (see code). i want to use insertComponent(new MyComponent()); and not insertString,
|
| need help with layout manager | 07 May 2004 13:35 GMT | 7 |
Hey all, I'm adding JPanelA which has several components to a main JPanel which is being added on top of a JTabbedPane. JPanelA is managed by a GridBagLayout.
|
| RenderedImage | 07 May 2004 05:05 GMT | 8 |
ImageIO.write( (RenderedImage) image, "JPEG" /* format desired */ , f ); wants a RenderedImage. How to you convert an ordinary image to a RenderedImage?
|
| Understanding JScrollPane | 07 May 2004 03:32 GMT | 4 |
I am having considerable frustration with JScrollPane. It was sporadically adding and removing the scrollbars, now it has stopped altogether. I have tried everything I could think of to prod JScrollPane into
|
| need help with a drawing application | 06 May 2004 23:04 GMT | 2 |
I probably sound very novice anyway I am struggling with a drawing application (a very simple one to be honest!!!). It is supposed to look similar to the one most versions of windows have. It should have two menus (file
|
| Combo Box trouble | 06 May 2004 07:36 GMT | 2 |
I am just a beginer programmer. Here is the probelem. I have a combo box set up with different methods of payment in each: Ex. MasterCard, Visa, ATM I am lloking for the correct place and syntex to make a listener catch
|
| [Msgid 31365] *** Simple routine needed to paste text from the clipboard into a text area *** | 06 May 2004 07:22 GMT | 2 |
Dear friends, My name is Theodoros Tsioupros and I am a university student from Greece. It is the first time I am using a newsgroup and I am writing to request your precious help with a simple question about Java.
|
| How to set visible area in a straight AWT applet? | 06 May 2004 03:18 GMT | 3 |
I have a calculator applet that is quite long, so I get scrollbars in the browser. However, when I submit the first page of the applet and display the second one, it is much shorter (I use card layout). The problem is that the browser displays the bottom of the applet, while I
|
| Lock/unlock auto scroll of JTextPane in JScrollPane ala eclipse console | 05 May 2004 20:27 GMT | 1 |
Hello :-) I have the following problem: I am developing an application that has a text console in which debugging information is displayed. I am using a JTextPane in a JScrollPane.
|
| jmenuitem behind SimpleUniverse (BranchGroup) | 05 May 2004 17:08 GMT | 2 |
i have an application: on top a menubar, at the bottom a splitpane with on the left a scrollpane and on the right a SimpleUniverse (BranchGroup ). the first pulldownmenu on the left appears correctly (over the scrollpane), the other menus do not appear - they are behind the ...
|
| Keeping the JScrollBar Value of JScrollPane with JTextArea. | 05 May 2004 15:40 GMT | 1 |
On a JFrame I have a JScrollPane constructed to display the contents of a JTextArea. Initially the JTextArea is empty. Then I have a very long string (a whole text document for example) to display which I do with setText on the JTextArea. The string is much longer than the ...
|