mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
-Small GUI fix
This commit is contained in:
@@ -414,7 +414,7 @@ public class Gui_DeckEditor extends JFrame implements CardDetail, DeckDisplay {
|
|||||||
titledBorder3 = new TitledBorder(border3, "Card Detail");
|
titledBorder3 = new TitledBorder(border3, "Card Detail");
|
||||||
this.getContentPane().setLayout(null);
|
this.getContentPane().setLayout(null);
|
||||||
jScrollPane1.setBorder(titledBorder1);
|
jScrollPane1.setBorder(titledBorder1);
|
||||||
jScrollPane1.setBounds(new Rectangle(19, 28, 726, 346));
|
jScrollPane1.setBounds(new Rectangle(19, 20, 726, 346));
|
||||||
jScrollPane2.getViewport().setBackground(new Color(204, 204, 204));
|
jScrollPane2.getViewport().setBackground(new Color(204, 204, 204));
|
||||||
jScrollPane2.setBorder(titledBorder2);
|
jScrollPane2.setBorder(titledBorder2);
|
||||||
jScrollPane2.setBounds(new Rectangle(19, 458, 726, 218));
|
jScrollPane2.setBounds(new Rectangle(19, 458, 726, 218));
|
||||||
@@ -587,11 +587,11 @@ public class Gui_DeckEditor extends JFrame implements CardDetail, DeckDisplay {
|
|||||||
cdTextArea.setFont(new java.awt.Font("Dialog", 0, 12));
|
cdTextArea.setFont(new java.awt.Font("Dialog", 0, 12));
|
||||||
cdTextArea.setLineWrap(true);
|
cdTextArea.setLineWrap(true);
|
||||||
cdTextArea.setWrapStyleWord(true);
|
cdTextArea.setWrapStyleWord(true);
|
||||||
statsLabel2.setBounds(new Rectangle(19, 371, 720, 31));
|
statsLabel2.setBounds(new Rectangle(19, 365, 720, 31));
|
||||||
statsLabel2.setText("Total - 0, Creatures - 0 Land - 0");
|
statsLabel2.setText("Total - 0, Creatures - 0 Land - 0");
|
||||||
statsLabel2.setFont(new java.awt.Font("Dialog", 0, 14));
|
statsLabel2.setFont(new java.awt.Font("Dialog", 0, 14));
|
||||||
jLabel1.setText("Click on the column name (like name or color) to sort the cards");
|
jLabel1.setText("Click on the column name (like name or color) to sort the cards");
|
||||||
jLabel1.setBounds(new Rectangle(20, 9, 400, 19));
|
jLabel1.setBounds(new Rectangle(20, 1, 400, 19));
|
||||||
this.getContentPane().add(cardDetailPanel, null);
|
this.getContentPane().add(cardDetailPanel, null);
|
||||||
cardDetailPanel.add(jScrollPane3, null);
|
cardDetailPanel.add(jScrollPane3, null);
|
||||||
jScrollPane3.getViewport().add(cdTextArea, null);
|
jScrollPane3.getViewport().add(cdTextArea, null);
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ public class Gui_Quest_DeckEditor extends JFrame implements CardDetail, DeckDisp
|
|||||||
titledBorder3 = new TitledBorder(border3, "Card Detail");
|
titledBorder3 = new TitledBorder(border3, "Card Detail");
|
||||||
this.getContentPane().setLayout(null);
|
this.getContentPane().setLayout(null);
|
||||||
jScrollPane1.setBorder(titledBorder1);
|
jScrollPane1.setBorder(titledBorder1);
|
||||||
jScrollPane1.setBounds(new Rectangle(19, 28, 726, 346));
|
jScrollPane1.setBounds(new Rectangle(19, 20, 726, 346));
|
||||||
jScrollPane2.getViewport().setBackground(new Color(204, 204, 204));
|
jScrollPane2.getViewport().setBackground(new Color(204, 204, 204));
|
||||||
jScrollPane2.setBorder(titledBorder2);
|
jScrollPane2.setBorder(titledBorder2);
|
||||||
jScrollPane2.setBounds(new Rectangle(19, 458, 726, 218));
|
jScrollPane2.setBounds(new Rectangle(19, 458, 726, 218));
|
||||||
@@ -626,11 +626,11 @@ public class Gui_Quest_DeckEditor extends JFrame implements CardDetail, DeckDisp
|
|||||||
cdTextArea.setFont(new java.awt.Font("Dialog", 0, 12));
|
cdTextArea.setFont(new java.awt.Font("Dialog", 0, 12));
|
||||||
cdTextArea.setLineWrap(true);
|
cdTextArea.setLineWrap(true);
|
||||||
cdTextArea.setWrapStyleWord(true);
|
cdTextArea.setWrapStyleWord(true);
|
||||||
statsLabel2.setBounds(new Rectangle(19, 371, 720, 31));
|
statsLabel2.setBounds(new Rectangle(19, 365, 720, 31));
|
||||||
statsLabel2.setText("Total - 0, Creatures - 0 Land - 0");
|
statsLabel2.setText("Total - 0, Creatures - 0 Land - 0");
|
||||||
statsLabel2.setFont(new java.awt.Font("Dialog", 0, 14));
|
statsLabel2.setFont(new java.awt.Font("Dialog", 0, 14));
|
||||||
jLabel1.setText("Click on the column name (like name or color) to sort the cards");
|
jLabel1.setText("Click on the column name (like name or color) to sort the cards");
|
||||||
jLabel1.setBounds(new Rectangle(20, 9, 400, 19));
|
jLabel1.setBounds(new Rectangle(20, 1, 400, 19));
|
||||||
this.getContentPane().add(cardDetailPanel, null);
|
this.getContentPane().add(cardDetailPanel, null);
|
||||||
cardDetailPanel.add(jScrollPane3, null);
|
cardDetailPanel.add(jScrollPane3, null);
|
||||||
jScrollPane3.getViewport().add(cdTextArea, null);
|
jScrollPane3.getViewport().add(cdTextArea, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user