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 / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ComponentCreationEvent?26 Oct 2005 12:51 GMT1
I can't find if something like 'ComponentCreationEvent' exists?
Which listener would catch such event?
Thanks for your answers in advance,
lmierzej
write() question26 Oct 2005 12:47 GMT14
I notice 2 write(..) methods in the API that can be used with RTFEditorkit:
write(OutputStream, Document, int, int) and
write(Writer, Document, int, int)
Which one could I take best to write to a file and why?
Jslider problem26 Oct 2005 06:09 GMT3
Hi
I have a minor, but none the less annoying problem with a JSlider.
Simply put the slider has values ranging from 1 to 30.
I want the major ticks (i.e labels) to indicate 1,5,10,15,20,25 and 30
JScrollPane goes under the bottom of a JPanel in a JTabbedPane26 Oct 2005 02:55 GMT6
I have a problem that has arisen recently in this project that we are
working on. The problem is that the JScrollPane with a JTable inside
it, seems to be bigger than the parent and depending on screen
resolution part of it is disappearing under the lower portion as seen
Absolute layout manager dimensions26 Oct 2005 02:50 GMT9
Hi again.
Is there any way to create a layout manager consisting of two cols where
the left has a width of 100px and the right one uses the rest of the
space available?
HTML in Java26 Oct 2005 00:12 GMT63
As I understand I can use Java for writing HTML into documents. I've
been trying but sofar I had no result. This is what I have:
        HTMLEditorKit HTML = new HTMLEditorKit();
        String naam = "index.html";
Class design26 Oct 2005 00:03 GMT5
i have a GUI which is constructed by different panels, each represented
by a single class... each panel can generate events which might affect
the whole program... what's the best way to report such "global events"?
A static Main class which glues everything together?
Colors for JTable cells25 Oct 2005 22:45 GMT2
i need to give different colors to cells of a JTable to indicate some
color coding.How is it possible
Thanks in Advance
Chanchal
JScrollPane - strange repainting problem?25 Oct 2005 22:22 GMT15
why JScrollPane is not repainting like other components (like JButton)?
repaint()on main frame doesn't work on JScrollPane, only
setVisible(true) on main frame works well
could anyone help? (there is a quick, working code example below)
Persistant Graphics2D Text...25 Oct 2005 19:52 GMT4
I am building up a custom graphics display with rotated text.  I would like
to store the text as a Shape for later g2.draw(textShape).  And also so I
can textShape.intersects() and whatnot.
So, for a line, there are two ways to do this sort of thing...
ColorSpace25 Oct 2005 15:44 GMT4
pls any Color Space defined here
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/color/ColorSpace.html
is HEX?  (for example, instead of
      Color bgColor = new Color(233,233,233);
Disabling painting in a component25 Oct 2005 10:34 GMT12
Is there a way to turn off painting in a component and then turn it on again
later?  I have discovered that selecting cells in a JTable programmatically
can cause the table to scroll to the last selected cell.  So I save the
scroll position and restore it at the end but this causes ...
a common yet hard-to-resolved problem for Java GUI size!25 Oct 2005 09:18 GMT1
The Java application GUI (setPreferSize to some hardcoded dimension)
gets smaller when it comes to wide screen (Dell 16:9 laptop), and the
users have to resize the GUI every time they are launched (so as to see
the action buttons).  This problem seems to happen for 16:9 wide screen
Translate char to virtual key code to set mnenonic25 Oct 2005 05:55 GMT2
Hi group,
I am trying to do the following. I want to set a mnenonic on
a push button control. I get the character that must server
as mnenonic from a server in the label text. For instance if
[transparent Background]25 Oct 2005 03:23 GMT13
how can draw my bean a transparent background
public class mybean extends canvas ..
{
 public void paint (Graphics g)
Pages: 1 2 3 4 5 6 7 8 9 10 11 September, 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.