maven « Development « Java Swing Q&A





1. Maven2 & Swing projects: Build & run swing application    stackoverflow.com

I tried to find info on how to use maven to build and run a swing application but couldn't find anything useful (maven documentation is a mess). Can someone point me ...

2. Using maven to distribute a swing application that can have each dependency individually tracked    stackoverflow.com

I'm moving my project to Maven and eventually OSGi. I currently distribute the project is a large Zip file with all the dependencies. Although my projects code is only 20% of ...

3. create swing application using maven 2    stackoverflow.com

I was trying to start new swing application using maven 2 so I started searching on maven documentation but (frustratingly) found no clue so I'm asking:

  • what is the archtype used?
  • what are ...

4. [platform-dev] setting LaF from Maven    forums.netbeans.org

I'm trying to decide whether to migrate my existing development project to the NetBeans Platform. I have been using Maven and am keen to carry on using it, so I've created ...

5. [platform-dev] Maven and adding a custom L&F    forums.netbeans.org

Hi All I have a maven based application which I would like to add a custom look and final to the application. In general I have always added this to my ANT based projects by using a custom platform and adding the necessary jar file to the platform/bin/lib drectory and then adding the --laf switch to the netbeans.conf file for the ...