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 / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Filling a bitmap image with java 1.3.109 Dec 2003 08:38 GMT3
I need to fill parts of a bitmap, representing European country's
electional cantons, with different colors, one per canton. I would
like to know what would be the best way to do it on a pure java awt
environment.
controlling a java app with a bot09 Dec 2003 02:10 GMT2
I want to automate play game (java applet) running under linux (X11).
The game applet contains a text box that scrolls information (from a
network server) that I need my bot to be able to read.  I would like
to simulate mouse actions to click on certain buttons in the applet
Frame/JFrame screen capture from Java09 Dec 2003 01:50 GMT2
Java GUI components can be dumped to standard image file using code
exampled below. However, the outermost frame, including title header,
of Frame or JFrame can't be captured through this method because they
aren't rendered by Java but the native windowing system. I'd like to
Accessing the screen pixels fra a Java program09 Dec 2003 00:03 GMT2
How can i access the screen pixels from within a Java program? I want
to locate small images on the screen drawn by another process
(shockwave player in IE). In order to do that I need access to the
pixels on the screen.
combobox08 Dec 2003 20:49 GMT1
I have to make a java-program for my exam in school.
In my program I'm using an OptionPane with a combobox in it.
The user can choose from the list shown in the combobox and then press ok.
But I'm not totally happy with that...  I would like that the user of the
How to print JTree?08 Dec 2003 19:32 GMT1
How to print JTree with all nodes opened?
A quick questions concerning Radiobuttons08 Dec 2003 04:30 GMT1
I have two JRadioButtons grouped, so only one of them can be selected.
How do I setup so the selected JRadioButton can not be selected again?
Regards
Martin
Timers07 Dec 2003 17:39 GMT1
Having a few problems restarting a timer.
Currently using 2 timers, both begin like:
javax.swing.Timer t = new javax.swing.Timer(30000, new ActionListener() {
and
JViewPorts Client not refreshed07 Dec 2003 17:14 GMT1
I please for some help in following problem...
Starting point:
JScrollPane scrollPane = new JScrollPane();
scrollPane.setPreferredSize(new Dimension(500,450));
Help With Calculator Program!07 Dec 2003 16:27 GMT1
I'm trying to make this calculator program work as an applet AND as an
application.  I tried using:
public class calcg extends JApplet implements ActionListener{
in many different ways, but it didn't work.  Can sombody help me make
ArrayList help07 Dec 2003 00:30 GMT1
Currently using:
ArrayList alist = new ArrayList();
String str = Integer.toString(location);
       alist.add(str);
BorderLayout.CENTER: get size?06 Dec 2003 22:23 GMT8
I created an interface with BorderLayout.CENTER and used g.drawString to
 put info in it. However, on different computers, different OS'es, the
interface itself is ok (using getScreenSize), but the filling of CENTER
is screwed up. Is there any way to measure the size of CENTER ...
Handling a xpm file06 Dec 2003 20:46 GMT2
I am beginning with java and I need to handle a xpm format file in
order to put that file pixel by pixel in a frame using only awt lib.
How could I do that??
How can i handle any graphic file?
Image in a component06 Dec 2003 12:23 GMT4
I want to draw a personnalised JComponent (let's name it GridCell for
instance) which would contain a small Icon.
The display method (paint() ?) would paint an icon given its internal
parameter.
Updating the UI06 Dec 2003 12:12 GMT5
I would like to create a  periodic thread that updates my UI. The following
is a minimum example of my system:
File #1 contains the main method, and update method:
----------------------------------------------------------------------------
Pages: 1 2 3 4 5 6 7 8 9 November, 2003
 
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.