[JAVA3D] Java rmic

2003-04-03 Thread Isaac Brobbey
Dear All: Can anyone show me how to Run the rmic Compiler to Obtain the Stub and Skeleton .class Files for the remote method invocation ? Thanks. Isaac Brobbey Java2 & Java3D MS/CIT Project === To unsubscribe, send e

Re: [JAVA3D] JDialog and Java3D

2003-04-02 Thread Isaac Brobbey
Problems with swing and java3D , try JPopupMenu.setDefaultLightWeightPopupEnabled(false);     ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);   Hope that helps.   Isaac Brobbey Java2 & Java3D MS/CIT Project -Original Message- From: Discus

Re: [JAVA3D] Memory Problem

2003-03-30 Thread Isaac Brobbey
      System.runFinalization();     System.gc();   explicitly (lets say after freeing/cleaning up references)   Isaac Brobbey Java2 & Java3D MS/CIT Project  

[JAVA3D] Memory Problem

2003-03-29 Thread Isaac Brobbey
Liberate Resources     Isaac Brobbey Java2 & Java3D MS/CIT Project

Re: [JAVA3D] Memory Problem

2003-03-28 Thread Isaac Brobbey
.           Isaac Brobbey Java2 & Java3D MS/CIT Project -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of hterrolle Sent: Friday, March 28, 2003 3:58 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Memory Problem   Hi again,   I try

Re: [JAVA3D] Memory problem

2003-03-28 Thread Isaac Brobbey
System.gc only wakes the garbage collector, if it is not started. You may explicitly set the object to null. If the objects are of the same type, then put them in an array and set the array to null.   Isaac Brobbey Java2 & Java3D MS/CIT Project -Original Message-

Re: [JAVA3D] FW: update Data causes GC delay when running with IndexedTriangle Geometry

2003-03-25 Thread Isaac Brobbey
If you are overloading with a lot of objects, then it will be CPU bound. Isaac Brobbey Java2 & Java3D MS/CIT Project -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Tarlton Mark-CMT041 Sent: Tuesday, March 25, 2003 9:14 AM To: [E