Edit toegevoegd aan infoframe
Edit JButton toegevoegd bij zowel Artist als Event.
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ public class TabbedPane extends JFrame{
|
||||
{
|
||||
super("info GUI");
|
||||
JTabbedPane tab = new JTabbedPane();
|
||||
tab.add("Event", new EventPanel(event));
|
||||
tab.add("Artist", new ArtistPanel(event));
|
||||
tab.add("Event", new EventPanel(event, a));
|
||||
tab.add("Artist", new ArtistPanel(event, a));
|
||||
if(eventSelected)
|
||||
{
|
||||
tab.setSelectedIndex(0);
|
||||
|
||||
Reference in New Issue
Block a user