Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	out/production/Alpha/Main$2.class
new_repo
Komlovski 5 years ago
parent
commit
f9694e2b00
  1. 5
      Info Datei Nur für Alpha
  2. BIN
      out/production/Alpha/Main$2.class
  3. 4
      src/Main.java

5
Info Datei Nur für Alpha

@ -1,4 +1,9 @@
Java AWT | BorderLayout Class
https://www.geeksforgeeks.org/java-awt-borderlayout-class/
BorderLayout is the default layout for the window objects such as JFrame, JWindow, JDialog, JInternalFrame etc. BorderLayout arranges the components in the five regions. Four sides are referred to as north, south, east, and west. The middle part is called the center. Each region can contain only one component and is identified by a corresponding constant as NORTH, SOUTH, EAST, WEST, and CENTER.
Constructors:

BIN
out/production/Alpha/Main$2.class

4
src/Main.java

@ -27,8 +27,12 @@ public class Main {
this.jmb.add(jm1);
this.contantPane = new JPanel();
this.fr.setContentPane(contantPane);
this.contantPane.add(new JLabel("Ein Tool der CI!"));
this.contantPane.add(new JLabel("1) Tools von Daniel"));
ButtonGroup buttonGroup = new ButtonGroup();

Loading…
Cancel
Save