First Commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import java.awt.Dimension;
|
||||
import java.awt.GridLayout;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import java.awt.geom.Point2D;
|
||||
|
||||
import javax.swing.ImageIcon;
|
||||
import javax.swing.JButton;
|
||||
import javax.swing.JPanel;
|
||||
|
||||
|
||||
public class SideBar extends JPanel {
|
||||
|
||||
public SideBar(FestivalPanel fp)
|
||||
{
|
||||
super();
|
||||
setPreferredSize(new Dimension(200, 0));
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user