Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #4463

Re: ctor: this.setLayout(

From "lbrtchx" <lbrtchx@THRWHITE.remove-dii-this>
Subject Re: ctor: this.setLayout(
Message-ID <837888c7-b487-4b0c-8411-de54f9bc017a@h23g2000prf.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
References <nospam-419D1E.13111212112008@news.motzarell
Date 2011-04-27 15:50 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
 Guys,
~
 I think it is time to throw the towel in (again ;-)). This GUI
problem is really giving me a hard time. Now I can sequentially
display and handle JEditorPanes or display canvases only.
~
 If I try to mix JEditorPanes with canvases, only JEditorPanes get
shown (even though I did notice the appletviewer tried to render the
canvas but not fully (I saw some stroke lines on the top)) and when I
try canvases they are printed sequentially, but the
MouseMotionListener/mouseMoved(MouseEvent ) does not seem to be
working
~
 I need to have both JEditorPanes and canvases as inner classes in the
same context class because I will have to coordinate some event
handling among them
~
 Here is the code and the policy file needed to locally run the
applet. I prefixed them with a ".txt" extension, because some browsers
give you sh!t if they see ".java" extensions
~
 http://www.geocities.com/tekmonk2005/pub/kd/DrawingCtxtHandler_java.txt
~
 http://www.geocities.com/tekmonk2005/pub/kd/PropPnl02_java.txt
~
 http://www.geocities.com/tekmonk2005/pub/kd/PropPnl02Test_java.txt
~
 http://www.geocities.com/tekmonk2005/pub/kd/PropPnl02Test_policy.txt
~
 in order to run the code using the appletviewer you can just go:
~
 appletviewer -J-Djava.security.policy=./PropPnl02Test.policy
PropPnl02Test.java
~
 Thanks again
 lbrtchx

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | Next | Find similar


Thread

Re: ctor: this.setLayout( "lbrtchx" <lbrtchx@THRWHITE.remove-dii-this> - 2011-04-27 15:50 +0000

csiph-web