user3221070
user3221070

Reputation:

How to automatically create jFrames using templates?

Brief overview of my program: records statistics about a local football team such as goals, assists etc for each player in the team. The team will consist of 20 players at most.

The program needs to create new pages when a new player is added to the team. Currently I am using jFrames for pages and do not know how to automatically create new jFrames from within a jFrame. The new pages also need to have a structure e.g. title, text boxes (could this be done using a template of some sort?).

I do not know how to accomplish this..

Thanks

Upvotes: 0

Views: 814

Answers (1)

mKorbel
mKorbel

Reputation: 109823

I do not know how to accomplish this..

Currently I am using jFrames for pages and do not know how to automatically create new jFrames from within a jFrame.

Upvotes: 3

Related Questions