CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    4

    “User Desktop” in Java - framework needed

    Hello there!

    I'm looking for a framework to make virtual desktop for users in Java SE application. Something like JDesktopPane in Swing but more advanced.

    Needs are simple:

    user can arrange things on his desktop (like on desktop in any OS). You should be able to put any widget as an "icons".
    Ability to block desktop arrangements for re-customizations
    ability to create default profiles for different user groups

    Any ideas?

  2. #2
    Join Date
    May 2009
    Posts
    2,413

    Re: “User Desktop” in Java - framework needed

    Quote Originally Posted by Sir_Mark View Post
    I'm looking for a framework to make virtual desktop for users in Java SE application.
    JavaFX is the highest level of desktop support on the Java platform.

    http://www.oracle.com/technetwork/ja...iew/index.html

  3. #3
    Join Date
    Apr 2011
    Posts
    4

    Re: “User Desktop” in Java - framework needed

    But does it have something like JDesktopPane in Swing?

  4. #4
    Join Date
    May 2009
    Posts
    2,413

    Re: “User Desktop” in Java - framework needed

    Quote Originally Posted by Sir_Mark View Post
    But does it have something like JDesktopPane in Swing?
    I'm sure it has because JavaFX can be viewed as a superset of Swing (they're interoperable). I don't know your expectations and needs. Have a look for yourself,

    http://docs.oracle.com/javafx/2/swing/jfxpub-swing.htm
    Last edited by nuzzle; January 16th, 2013 at 10:41 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured