|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Can anyone answer me these questions...Hi
I have med a nice 3D-room in LG3D. My problem is, how can I activate or highlight things in that room separately?? Is it possible to open an existing 2D application within LG3D (for example word)? would have been perfect with some sample code. Thanks! [Message sent by forum member 'sofi_01' (sofi_01)] http://forums.java.net/jive/thread.jspa?messageID=260332 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...> I have med a nice 3D-room in LG3D. My problem is, how can I activate or highlight things in that room separately??
How have you made the room? Is it an imported model, or did you create it out of lg3d objects? If it is lg3d objects have a look at tutorial 3 (https://lg3d.dev.java.net/tutorial/tutorial3.html) it shows how you can do some interaction with the individual objects within the frame3d (e.g. making a drag event on the small red sphere). That said if you are interested in making 3D rooms, rather than desktop applications - project wonderland (https://lg3d-wonderland.dev.java.net) may be more relevant. > Is it possible to open an existing 2D application within LG3D (for example word)? On linux/solaris yes. On windows no. Basically this uses native code to do it which isn't available on windows - you need to run in lg3d-app mode on linux for this to work. If you are running under lg3d-app mode then any application started with lg3d comes up with lg3d. > would have been perfect with some sample code. The best sample code for working with lg3d is in the incubator and the demo-apps subprojects - if you follow the developers guide (https://lg3d.dev.java.net/lg3d-developers-guide.html) it will show you how to get hold of these. Kirk --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...Hi Kirk,
I created the room out of lg3d objects. And I think I found a solution for my problem in tutorial3. It is supposed to be å kind of desktop application :P. But thanks, I will take a look on- project wonderland I got the 3 source files (lg3d-core,lg3d-demo-apps and lg3d-incubator) from CVS repository through netbeans IDe 6.0. I can see bug signs in all 3 folders when i open it in netbeans. so I can't build and run it with NetBeans. And I don't know whether i have configured the environment properly, but I can run LG3d without any problems. It would have been nice to run it through Netbeans.....it would have been much easier. [Message sent by forum member 'sofi_01' (sofi_01)] http://forums.java.net/jive/thread.jspa?messageID=260456 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...Hi
I want to continue my work in netbean and run my application from netbeans I have done everything described in https://lg3d.dev.java.net/netbeans/NetBeansLookingGlass.html. And I got the three source files from the java.net Cvs repository (usinge netbeans 5.5). When I build lg3d-core in netbeans, I get some errors. Why do I get these errors, and what should I do?? These are the errors I got: project-name = lg3d-core ostype = win32 arch = i686 javasrc.vmspecific.dir = C:\myProgram\LG3D_project\lg3d-core/src/classes5 build.platform.dir = C:\myProgram\LG3D_project\lg3d-core/build/current/debug platform-supports-x = false build.awt.toolkit = false build.x11 = false init: unpack-j3d: compile: Compiling 1 source file to C:\myProgram\LG3D_project\lg3d-core\build\current\debug\classes init: compile-x11: junit-tests: Skipping junit tests because junit.jar is not installed in ext-unbundled jar: Building jar: C:\myProgram\LG3D_project\lg3d-core\build\current\debug\lib\lg3d-core.jar init: jar-awt: init: jar-demoapps: init: compile: Deleting directory C:\myProgram\LG3D_project\lg3d-demo-apps\build\current\debug\classes\config\demo Copying 12 files to C:\myProgram\LG3D_project\lg3d-demo-apps\build\current\debug\classes\config\demo jar: Building jar: C:\myProgram\LG3D_project\lg3d-demo-apps\build\current\debug\lib\lg3d-demo-apps.jar Copying 1 file to C:\myProgram\LG3D_project\lg3d-core\build\current\debug\lib init: jar-incubator: init: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: Compiling 1 source file to C:\myProgram\LG3D_project\lg3d-incubator\build\current\debug\classes extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: Compiling 1 source file to C:\myProgram\LG3D_project\lg3d-incubator\build\current\debug\classes jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: compile: extras: jar: init: copyapp: Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-aim3d.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-bgmanager.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-blackgoat.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-browser.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-clock.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-cmu3dfm.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-cosmo.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-fm3d.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-gol3d.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-googler.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-jsaddle.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-kwebdemo.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-lgamazon.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-lgscope.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-ls3d.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-periodictable.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-physics.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-pingpong.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-smalltoolkit.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-trumplayer.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. Failure for target 'copyapp' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-zoetrope.xml The following error occurred while executing this line: Target `copyapp' does not exist in this project. init: copyext: Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-aim3d.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-bgmanager.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-blackgoat.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-browser.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-clock.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-cmu3dfm.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-cosmo.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-fm3d.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-gol3d.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-googler.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-jsaddle.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-kwebdemo.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-lgamazon.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-lgscope.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-ls3d.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-periodictable.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-physics.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-pingpong.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-smalltoolkit.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-trumplayer.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. Failure for target 'copyext' of: C:\myProgram\LG3D_project\lg3d-incubator\src\build-scripts\build-zoetrope.xml The following error occurred while executing this line: Target `copyext' does not exist in this project. BUILD SUCCESSFUL (total time: 13 seconds) Thanks! [Message sent by forum member 'sofi_01' (sofi_01)] http://forums.java.net/jive/thread.jspa?messageID=261075 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...> These are the errors I got:
They aren't actually errors. For the apps in lg3d-incubator the build system tries to call a number of ant targets that the apps own build scripts can optionally install. If they don't exist then the build just continues (as you've seen) reporting the missing error. Trust the BUILD SUCCESSFUL part! If its not running, that is a different issue. But it should be working fine from the output of the build. Kirk --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...Still I havn't made to run lG3d in netbeans.It compiles fine if I use jdk 1.5 as defalut jdk in netbeans, but couldn't run it because I needed jdk 1.6.0_10 ea. If I change jdk 1.6.0_10 ea as default jdk, I get several errors and warnings when i compile. Have anyone made running LG3d in netbeans using windows recently??
One ting I noticed is that if I go to the properties og lg3d-trunk, the source level of java is still on jdk 1.5 and there is no option to change it to jdk 1.6. Does this mean anything?? Can anyone figure out why I get these errors and warnings when I compile.. project-name = lg3d-core ostype = win32 arch = i686 javasrc.vmspecific.dir = C:\myProgram\LG3D-Project\lg3d-core/src/classes6 build.platform.dir = C:\myProgram\LG3D-Project\lg3d-core/build/current/debug platform-supports-x = false build.awt.toolkit = true build.x11 = false init: unpack-j3d: compile: Compiling 31 source files to C:\myProgram\LG3D-Project\lg3d-core\build\current\debug\classes C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:44: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release import sun.awt.CausedFocusEvent; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:45: warning: sun.awt.AppContext is Sun proprietary API and may be removed in a future release import sun.awt.AppContext; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:46: warning: sun.awt.SunToolkit is Sun proprietary API and may be removed in a future release import sun.awt.SunToolkit; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:60: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public class Lg3dComponentPeer implements java.awt.peer.ComponentPeer, SceneManagerListener { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dContainerPeer.java:30: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public class Lg3dContainerPeer extends Lg3dComponentPeer implements java.awt.peer.ComponentPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dContainerPeer.java:35: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public Lg3dContainerPeer(java.awt.peer.ComponentPeer realPeer, java.awt.Component frame, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:63: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release protected ComponentPeer realPeer; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:94: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public Lg3dComponentPeer(java.awt.peer.ComponentPeer realPeer, java.awt.Component component, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:514: warning: java.awt.peer.ContainerPeer is Sun proprietary API and may be removed in a future release public void reparent(java.awt.peer.ContainerPeer containerPeer) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:522: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, sun.awt.CausedFocusEvent.Cause cause) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dWindowPeer.java:23: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release import sun.awt.CausedFocusEvent; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dWindowPeer.java:31: warning: java.awt.peer.WindowPeer is Sun proprietary API and may be removed in a future release public class Lg3dWindowPeer extends Lg3dContainerPeer implements java.awt.peer.WindowPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dDialogPeer.java:30: warning: java.awt.peer.DialogPeer is Sun proprietary API and may be removed in a future release public class Lg3dDialogPeer extends Lg3dWindowPeer implements java.awt.peer.DialogPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dDialogPeer.java:33: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release public Lg3dDialogPeer(java.awt.peer.FramePeer realPeer, java.awt.Component frame, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dWindowPeer.java:34: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public Lg3dWindowPeer(java.awt.peer.ComponentPeer realPeer, java.awt.Component frame, java.awt.Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dWindowPeer.java:59: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, sun.awt.CausedFocusEvent.Cause cause) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFocusManagerPeer.java:24: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release import java.awt.peer.KeyboardFocusManagerPeer; C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFocusManagerPeer.java:31: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release public class Lg3dFocusManagerPeer implements KeyboardFocusManagerPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFocusManagerPeer.java:33: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release private KeyboardFocusManagerPeer osPeer; C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFocusManagerPeer.java:44: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release public Lg3dFocusManagerPeer(KeyboardFocusManagerPeer osPeer) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:32: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release public class Lg3dFramePeer extends Lg3dWindowPeer implements java.awt.peer.FramePeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:38: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release public Lg3dFramePeer(java.awt.peer.FramePeer realPeer, java.awt.Component frame, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dGraphicsConfiguration.java:39: warning: sun.awt.image.SunVolatileImage is Sun proprietary API and may be removed in a future release import sun.awt.image.SunVolatileImage; C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dKeyboardFocusManager.java:25: warning: sun.awt.SunToolkit is Sun proprietary API and may be removed in a future release import sun.awt.SunToolkit; C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:87: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release public java.awt.peer.FramePeer createFrame(java.awt.Frame frame) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:99: warning: java.awt.peer.WindowPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.WindowPeer createWindow(java.awt.Window window) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:111: warning: java.awt.peer.LightweightPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.LightweightPeer createComponent(Component target, java.awt.peer.LightweightPeer lwp) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:111: warning: java.awt.peer.LightweightPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.LightweightPeer createComponent(Component target, java.awt.peer.LightweightPeer lwp) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:130: warning: java.awt.peer.DialogPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.DialogPeer createDialog(java.awt.Dialog dialog) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:135: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release java.awt.peer.KeyboardFocusManagerPeer createKeyboardFocusManagerPeer(java.awt.peer.KeyboardFocusManagerPeer peer) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dToolkitImpl.java:135: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release java.awt.peer.KeyboardFocusManagerPeer createKeyboardFocusManagerPeer(java.awt.peer.KeyboardFocusManagerPeer peer) { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\SunLg3dVolatileImage.java:25: warning: sun.awt.image.SunVolatileImage is Sun proprietary API and may be removed in a future release import sun.awt.image.SunVolatileImage; C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\SunLg3dVolatileImage.java:37: warning: sun.awt.image.SunVolatileImage is Sun proprietary API and may be removed in a future release public class SunLg3dVolatileImage extends SunVolatileImage { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\SwingNodePeer.java:32: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public SwingNodePeer(java.awt.peer.ComponentPeer realPeer, java.awt.Component frame, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dHeavyWeightWindowPeer.java:25: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release import sun.awt.CausedFocusEvent; C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dHeavyWeightWindowPeer.java:31: warning: java.awt.peer.WindowPeer is Sun proprietary API and may be removed in a future release public class Lg3dHeavyWeightWindowPeer extends Lg3dContainerPeer implements java.awt.peer.WindowPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dHeavyWeightWindowPeer.java:34: warning: java.awt.peer.ComponentPeer is Sun proprietary API and may be removed in a future release public Lg3dHeavyWeightWindowPeer(java.awt.peer.ComponentPeer realPeer, java.awt.Component frame, Toolkit osToolkit) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dHeavyWeightWindowPeer.java:59: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, sun.awt.CausedFocusEvent.Cause cause) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:35: warning: sun.awt.windows.WToolkit is Sun proprietary API and may be removed in a future release public class wlg3dtoolkit extends sun.awt.windows.WToolkit implements lg3dtoolkit { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:60: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release public java.awt.peer.FramePeer createFrame(java.awt.Frame frame) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:68: warning: java.awt.peer.WindowPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.WindowPeer createWindow(java.awt.Window window) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:76: warning: java.awt.peer.LightweightPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.LightweightPeer createComponent(java.awt.Component target) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:94: warning: java.awt.peer.DialogPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.DialogPeer createDialog(java.awt.Dialog dialog) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:113: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.KeyboardFocusManagerPeer createKeyboardFocusManagerPeer(java.awt.KeyboardFocusManager manager) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:151: warning: java.awt.peer.PopupMenuPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.PopupMenuPeer createPopupMenu(java.awt.PopupMenu popupMenu) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:174: warning: java.awt.peer.FontPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.FontPeer getFontPeer(String str, int param) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:235: warning: java.awt.peer.ButtonPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.ButtonPeer createButton(java.awt.Button button) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:241: warning: java.awt.peer.CanvasPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.CanvasPeer createCanvas(java.awt.Canvas canvas) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:247: warning: java.awt.peer.CheckboxPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.CheckboxPeer createCheckbox(java.awt.Checkbox checkbox) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:253: warning: java.awt.peer.CheckboxMenuItemPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.CheckboxMenuItemPeer createCheckboxMenuItem(java.awt.CheckboxMenuItem checkboxMenuItem) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:259: warning: java.awt.peer.ChoicePeer is Sun proprietary API and may be removed in a future release public java.awt.peer.ChoicePeer createChoice(java.awt.Choice choice) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:265: warning: java.awt.dnd.peer.DragSourceContextPeer is Sun proprietary API and may be removed in a future release public java.awt.dnd.peer.DragSourceContextPeer createDragSourceContextPeer(java.awt.dnd.DragGestureEvent dragGestureEvent) throws java.awt.dnd.InvalidDnDOperationException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:271: warning: java.awt.peer.FileDialogPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.FileDialogPeer createFileDialog(java.awt.FileDialog fileDialog) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:277: warning: java.awt.peer.LabelPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.LabelPeer createLabel(java.awt.Label label) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:283: warning: java.awt.peer.ListPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.ListPeer createList(java.awt.List list) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:289: warning: java.awt.peer.MenuPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.MenuPeer createMenu(java.awt.Menu menu) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:295: warning: java.awt.peer.MenuBarPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.MenuBarPeer createMenuBar(java.awt.MenuBar menuBar) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:301: warning: java.awt.peer.MenuItemPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.MenuItemPeer createMenuItem(java.awt.MenuItem menuItem) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:307: warning: java.awt.peer.PanelPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.PanelPeer createPanel(java.awt.Panel panel) { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:313: warning: java.awt.peer.ScrollPanePeer is Sun proprietary API and may be removed in a future release public java.awt.peer.ScrollPanePeer createScrollPane(java.awt.ScrollPane scrollPane) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:319: warning: java.awt.peer.ScrollbarPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.ScrollbarPeer createScrollbar(java.awt.Scrollbar scrollbar) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:325: warning: java.awt.peer.TextAreaPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.TextAreaPeer createTextArea(java.awt.TextArea textArea) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:331: warning: java.awt.peer.TextFieldPeer is Sun proprietary API and may be removed in a future release public java.awt.peer.TextFieldPeer createTextField(java.awt.TextField textField) throws java.awt.HeadlessException { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:60: org.jdesktop.lg3d.awt.Lg3dComponentPeer is not abstract and does not override abstract method applyShape(sun.java2d.pipe.Region) in java.awt.peer.ComponentPeer public class Lg3dComponentPeer implements java.awt.peer.ComponentPeer, SceneManagerListener { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:247: warning: sun.awt.AppContext is Sun proprietary API and may be removed in a future release ((SunToolkit)osToolkit).postEvent(AppContext.getAppContext(), newEvt); C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:247: warning: sun.awt.SunToolkit is Sun proprietary API and may be removed in a future release ((SunToolkit)osToolkit).postEvent(AppContext.getAppContext(), newEvt); C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:341: flip(int,int,int,int,java.awt.BufferCapabilities.FlipContents) in java.awt.peer.ComponentPeer cannot be applied to (java.awt.BufferCapabilities.FlipContents) realPeer.flip(flipContents); C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dComponentPeer.java:534: warning: sun.awt.CausedFocusEvent is Sun proprietary API and may be removed in a future release FocusEvent fg = new CausedFocusEvent(lightweightChild, FocusEvent.FOCUS_GAINED, false, null, cause); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dContainerPeer.java:30: org.jdesktop.lg3d.awt.Lg3dContainerPeer is not abstract and does not override abstract method applyShape(sun.java2d.pipe.Region) in java.awt.peer.ComponentPeer public class Lg3dContainerPeer extends Lg3dComponentPeer implements java.awt.peer.ComponentPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dWindowPeer.java:31: org.jdesktop.lg3d.awt.Lg3dWindowPeer is not abstract and does not override abstract method updateWindow(java.awt.image.BufferedImage) in java.awt.peer.WindowPeer public class Lg3dWindowPeer extends Lg3dContainerPeer implements java.awt.peer.WindowPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dDialogPeer.java:30: org.jdesktop.lg3d.awt.Lg3dDialogPeer is not abstract and does not override abstract method updateWindow(java.awt.image.BufferedImage) in java.awt.peer.WindowPeer public class Lg3dDialogPeer extends Lg3dWindowPeer implements java.awt.peer.DialogPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:32: org.jdesktop.lg3d.awt.Lg3dFramePeer is not abstract and does not override abstract method updateWindow(java.awt.image.BufferedImage) in java.awt.peer.WindowPeer public class Lg3dFramePeer extends Lg3dWindowPeer implements java.awt.peer.FramePeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:45: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setBoundsPrivate(x,y,width,height); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:62: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setMaximizedBounds(rectangle); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:70: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setMenuBar(menuBar); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:78: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setResizable(param); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:86: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setState(param); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:94: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release return ((FramePeer)realPeer).getState(); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dFramePeer.java:103: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release ((FramePeer)realPeer).setTitle(str); C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dKeyboardFocusManager.java:68: warning: sun.awt.AppContext is Sun proprietary API and may be removed in a future release new Lg3dMethod(KeyboardFocusManager.class, "getCurrentKeyboardFocusManager", sun.awt.AppContext.class); ^ C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\Lg3dKeyboardFocusManager.java:82: warning: sun.awt.SunToolkit is Sun proprietary API and may be removed in a future release SunToolkit.targetToAppContext(descendant)); ^ C:\myProgram\LG3D-Project\lg3d-core\src\classes\org\jdesktop\lg3d\awt\SwingNodePeer.java:33: warning: java.awt.peer.FramePeer is Sun proprietary API and may be removed in a future release super((java.awt.peer.FramePeer)realPeer, frame, osToolkit); C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\Lg3dHeavyWeightWindowPeer.java:31: org.jdesktop.lg3d.awt.Lg3dHeavyWeightWindowPeer is not abstract and does not override abstract method updateWindow(java.awt.image.BufferedImage) in java.awt.peer.WindowPeer public class Lg3dHeavyWeightWindowPeer extends Lg3dContainerPeer implements java.awt.peer.WindowPeer { C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:77: warning: java.awt.peer.LightweightPeer is Sun proprietary API and may be removed in a future release java.awt.peer.LightweightPeer lwp = super.createComponent(target); ^ C:\myProgram\LG3D-Project\lg3d-core\src\classes6\org\jdesktop\lg3d\awt\wlg3dtoolkit.java:114: warning: java.awt.peer.KeyboardFocusManagerPeer is Sun proprietary API and may be removed in a future release java.awt.peer.KeyboardFocusManagerPeer peer = super.createKeyboardFocusManagerPeer(manager); Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors 78 warnings C:\myProgram\LG3D-Project\lg3d-core\build.xml:90: Compile failed; see the compiler error output for details. BUILD FAILED (total time: 4 seconds) Thanks [Message sent by forum member 'sofi_01' (sofi_01)] http://forums.java.net/jive/thread.jspa?messageID=261882 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...On Mon, Mar 3, 2008 at 6:42 AM, <lg3d@...> wrote:
> Can anyone figure out why I get these errors and warnings when I compile.. It looks like the Java6 methods for the sun apis have changed since update6... one of the problems of using the proprietary apis. I'll have to update to latest release and see what the problem is. Kirk --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...Sorry to ask, but how long would it take?
Thanks [Message sent by forum member 'sofi_01' (sofi_01)] http://forums.java.net/jive/thread.jspa?messageID=261925 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
|
|
Re: Can anyone answer me these questions...please ... I have also this problem Net Beans Ide 6.0.1 and jdk 1.6.0_10
Very mutch errors. identically with sofi_01 [Message sent by forum member 'arturjen' (arturjen)] http://forums.java.net/jive/thread.jspa?messageID=263913 --------------------------------------------------------------------- To unsubscribe, e-mail: interest-unsubscribe@... For additional commands, e-mail: interest-help@... |
| Free Forum Powered by Nabble | Forum Help |