| Thread | Last Post | Replies |
|
| SunGraphics2D | 09 Feb 2005 05:56 GMT | 1 |
Is there anywhere I can get the source code to the sun.java2d.SunGraphics2D class? None of the classes in the sun.java2d package are included in the source code that comes with JDK 1.5.
|
| Empty the Event Queue | 09 Feb 2005 05:45 GMT | 1 |
Here is my problem. I have a method that is called from a mouse listener. That method steps through a container of Image objects and draws them to the JPanel - ie creates an animation. The problem is that the mouse listener can collect events while the animation is in
|
| Threads | 08 Feb 2005 17:54 GMT | 1 |
I have a question about threads. Consider the below program public class test {
|
| Resizing Speed | 08 Feb 2005 07:56 GMT | 9 |
I use the following code for resizing images: AreaAveragingScaleFilter theFilter = new AreaAveragingScaleFilter(pNewWidth, pNewHeight); FilteredImageSource theProducer =
|
| Question about GUI internal design | 07 Feb 2005 20:04 GMT | 2 |
i need to have the following things: - a JFrame window, with a JToolbar - a custom made JPanel wich interact with the mouse The tool selected in the toolbar modify the way that the mouse interact with the custom made panel.
|
| How to apply look and feel to the whole application | 07 Feb 2005 19:19 GMT | 7 |
My app has much of panels, forms etc. When applying different LAFs(Look and feels) not all the elements change their LAF. It conserns some buttons and panels which are
|
| How to display window after windowClosing() event. | 07 Feb 2005 18:26 GMT | 14 |
I have the following code in windowClosing() of JFrame in Mac public void windowClosing(WindowEvent event) { setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
|
| TipTool | 07 Feb 2005 18:23 GMT | 3 |
I have the follwoing problem. I'm ploting a point into a graphics object using graphics.fillOval function. When the user point the mouse in this point, I'd like to show a box (something like a JTipTool) with a message but I'm not able to do that. Does someone have any clue on
|
| Save the entire panel to jpeg | 07 Feb 2005 10:10 GMT | 2 |
I have a JPanel showing lots of random images on it. I would like to have user to save the entire JPanel to a JPEG format. How can I do that?
|
| JTextPane line wrapping problem | 07 Feb 2005 01:39 GMT | 2 |
Line wrapping should normally occur when inserting a document in a JTextPane, right? Well for some reason it doesn't happen when inserting an HTML document read from a File. If you execute the code below, the content of the
|
| Sanity Check re JOptionPane.showMessageDialog | 07 Feb 2005 00:19 GMT | 4 |
I am getting some odd behaviour with respect to the five-parameter version of JOptionPane.showMessageDialog() in J2SE 1.5 on Windows XP: the icon I am specifying does not appear in my JOptionPane. I know that the icon is being found and loaded correctly; the icon is
|
| Where can I find the GTKLookAndFeel Class? | 06 Feb 2005 20:27 GMT | 1 |
Where can I find the GTKLookAndFeel Class? Is this in jdk 1.5? I understand that the *com.sun.java.swing.plaf.gtk.GTKLookAndFeel* was introduced in release 1.4.2. I am running 1.5 and when referencing the GTKLookAndFeel Class
|
| Animated GIF Viewer | 06 Feb 2005 19:27 GMT | 1 |
I need a bit of help from someone who has worked with animated GIFs in Java. I am trying to build a simple animated GIF viewer that contains a panel for displaying an animated GIF and two buttons, Start and Stop. The name of the single file containing the animated GIF should be ...
|
| Is it possible to split the table so that the first colum always staty on screen and the rest of the table is horizontally scrollable? | 06 Feb 2005 12:32 GMT | 2 |
Please help me with this. Is it possible to split the table so that the first colum always stay on screen and the rest of the table is horizontally scrollable?
|
| Jtable problem | 06 Feb 2005 11:57 GMT | 5 |
i`m creating my table in that way: mtm = new DefaultTableModel(dane,nazwyKolumn); tablica = new JTable(mtm); i`m getting data from database to global class variables dane and
|