0

I have many java applications with gui and standalone works fine.

I would like to implement an application that when runned, it will load all applications available into a panel and the user can choose an applcation to execute.

Can this be done? And if yes how?

Thanks Mark

Mark
  • 141
  • 1
  • 4
  • 12

2 Answers2

0

Every application is a stand alone application right ?
so Its possible you can place it in a pane and invoke it onclick, its doable.

Karthik M
  • 89
  • 5
0

What you would want is to create a new jar, create that panel that displays each different app (say with a button), and once the button is pressed, call an operation to have it load that specific jar file. You can read here for more info here

Community
  • 1
  • 1
user2277872
  • 2,963
  • 1
  • 21
  • 22