Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SunGraphics2D09 Feb 2005 05:56 GMT1
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 Queue09 Feb 2005 05:45 GMT1
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
Threads08 Feb 2005 17:54 GMT1
                I have a question about threads. Consider the below
program
public class test
{
Resizing Speed08 Feb 2005 07:56 GMT9
I use the following code for resizing images:
AreaAveragingScaleFilter theFilter =
   new AreaAveragingScaleFilter(pNewWidth, pNewHeight);
FilteredImageSource theProducer =
Question about GUI internal design07 Feb 2005 20:04 GMT2
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 application07 Feb 2005 19:19 GMT7
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 GMT14
I have the following code in windowClosing() of JFrame in Mac
public void windowClosing(WindowEvent event)
{
   setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);
TipTool07 Feb 2005 18:23 GMT3
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 jpeg07 Feb 2005 10:10 GMT2
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 problem07 Feb 2005 01:39 GMT2
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.showMessageDialog07 Feb 2005 00:19 GMT4
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 GMT1
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 Viewer06 Feb 2005 19:27 GMT1
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 GMT2
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 problem06 Feb 2005 11:57 GMT5
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
Pages: 1 2 3 4 5 6 7 8 9 10 January, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.