简体   繁体   中英

DJ native Swing and Netbeans

I want to Integrate DJ Native Swing to my Netbeans installation so i can use it in my project.

I have found a tutorial in for doing so, in the tutorial the writers asks to make a library wrapper module. Can some one please guide me in simple steps how can i make one?

Also why can't DJ Native swing be imported as a library, why all this fuss ?

See ' What is a library wrapper module and how do I use it? '

You can use File > New Project > NetBeans Modules > Library Wrapper Module to make a library wrapper.

You have to create a Module Suite prior to the creation of the library wrapper. The suite acts as a container for the library wrapper. Create the module suite via File > New Project > NetBeans Modules > Module Suite.

The benefit of wrapping an external library by this mechanism is to reference that library as a regular module in your netbeans module suite.

I do not think DJ Native Swing cannot be linked as a regular library, but there may be (I do not say there have to be) some subtle modfications necessary to the steps described in the tutorial.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM