|
Replies:
1
-
Last Post:
Oct 9, 2008 1:48 AM
by: Alex Ng'ang'a
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
I can't find the FloatingDock Class
Posted:
Oct 8, 2008 4:56 PM
|
|
|
I downloaded the jdic.jar and it seems that the class floatingdock is not included where could i find this?
|
|
|
|
|
|
|
Re: [JDIC] I can't find the FloatingDock Class
Posted:
Oct 9, 2008 1:48 AM
in response to: the_transltr
|
|
|
|
|
On Thu, Oct 9, 2008 at 12:56 AM, <jdic@javadesktop.org> wrote:
> I downloaded the jdic.jar and it seems that the class floatingdock is not > included where could i find this? > [Message sent by forum member 'the_transltr' (the_transltr)] > > http://forums.java.net/jive/thread.jspa?messageID=304135 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jdic-unsubscribe@jdic.dev.java.net > For additional commands, e-mail: jdic-help@jdic.dev.java.net >
The FloatingDock class is in the incubator. This means it's not included in the main jar file. One can download the sources via cvs and create the jar file themselves but the native side is implemented only for Linux and Solaris OSes so if you are not using a Unix based OS this will not be possible. I am also wondering if its possible to get the complete jar file since I am not running windows but I need the functionality for Linux in my program.
I may also add that with a little knowledge in C/C++ on windows, it's not difficult to implement the native windows side.
Regards,
Alex. [att1.html]
|
|
|
|
|