Доработал кнопки передвижения
@ -29,14 +29,17 @@ public class FormLiner extends JFrame {
|
||||
Width = getWidth() - 15;
|
||||
Height = getHeight() - 35;
|
||||
|
||||
Dimension dimen = new Dimension(50, 50);
|
||||
|
||||
CreateButton.setName("CREATE");
|
||||
Icon iconUp = new ImageIcon(
|
||||
"E:\\Проекты\\ООП Java\\Pibd_13_Fathutdinov.A.I_Hard\\ProjectLiner\\src\\images\\top.png");
|
||||
"E:\\Проекты\\ООП Java\\Pibd_13_Fathutdinov.A.I_Hard\\ProjectLiner\\src\\images\\up.png");
|
||||
UpButton.setIcon(iconUp);
|
||||
UpButton.setName("UP");
|
||||
UpButton.setPreferredSize(dimen);
|
||||
DownButton.setName("DOWN");
|
||||
Icon iconDown = new ImageIcon(
|
||||
"E:\\Проекты\\ООП Java\\Pibd_13_Fathutdinov.A.I_Hard\\ProjectLiner\\src\\images\\bottom.png");
|
||||
"E:\\Проекты\\ООП Java\\Pibd_13_Fathutdinov.A.I_Hard\\ProjectLiner\\src\\images\\down.png");
|
||||
DownButton.setIcon(iconDown);
|
||||
LeftButton.setName("LEFT");
|
||||
Icon iconLeft = new ImageIcon(
|
||||
|
BIN
ProjectLiner/src/images/arrowDown.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
ProjectLiner/src/images/arrowLeft.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
ProjectLiner/src/images/arrowRight.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
ProjectLiner/src/images/arrowUp.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
ProjectLiner/src/images/down.png
Normal file
After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 282 B |
BIN
ProjectLiner/src/images/up.png
Normal file
After Width: | Height: | Size: 305 B |