做了个计算器
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package loginWindow;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public class SidePanel extends Panel {
|
||||
public SidePanel(int width, int height) {
|
||||
setBackground(new Color(0X39, 0XC5, 0XBB));
|
||||
setSize(width, height);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user