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

    UI question...is it possible?



    I have two questions for anyone out there. Is it possible to put an icon in the systray using java? And is it possible to create a destop toolbar (appbar) with autohide etc. using java? I was thinking that these are both sort of Windows platform features and therefore cannot be implemented in java.


    Any help, or suggestions on how to do this would be greatly appreciated. If it's not possible let me know so I can quit wasting my time trying to find documentation on it.


    Thanks in advance,

    Mich

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: UI question...is it possible?



    You can't do either using pure Java. My guess is you could do both if you used

    JNI or JDirect. Java is not really the platform you should use if you want to

    implement an AppBar.

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