Hey guys, is it possible to run jnlp applications in java swing?
I did a frame with a jButton and do a actionperformed but i dont know how do i call the program out.
I imported the program into my workspace thou. Thanks alot!
The question as written doesn't make any sense. You don't "run Java applications in Swing".
But you can certainly run an application which uses Swing via JNLP. In fact since JNLP is for distributing GUI applications, you would almost always use Swing. Here's a link to the comprehensive JNLP tutorial, maybe it will help answer your questions: