Create PanelDate.java
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import java.awt.Color;
|
||||
|
||||
import javax.swing.JPanel;
|
||||
|
||||
|
||||
public class PanelDate extends JPanel {
|
||||
|
||||
public PanelDate()
|
||||
{
|
||||
super();
|
||||
setBackground(new Color(255,155,155));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user