<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://sibiwiki.de/wiki/index.php?action=history&amp;feed=atom&amp;title=GUI.java</id>
	<title>GUI.java - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://sibiwiki.de/wiki/index.php?action=history&amp;feed=atom&amp;title=GUI.java"/>
	<link rel="alternate" type="text/html" href="https://sibiwiki.de/wiki/index.php?title=GUI.java&amp;action=history"/>
	<updated>2026-04-11T18:00:35Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in SibiWiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://sibiwiki.de/wiki/index.php?title=GUI.java&amp;diff=3227&amp;oldid=prev</id>
		<title>Akaibel: Die Seite wurde neu angelegt: „Kategorie:Informatik  Die Klasse GUI.java bietet eine Benutzeroberfläche für eine beliebige Java-Klasse.  Die Klasse GUI.java ist im Projekt Projekt_ja…“</title>
		<link rel="alternate" type="text/html" href="https://sibiwiki.de/wiki/index.php?title=GUI.java&amp;diff=3227&amp;oldid=prev"/>
		<updated>2021-07-25T21:13:11Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&lt;a href=&quot;/wiki/index.php?title=Kategorie:Informatik&quot; title=&quot;Kategorie:Informatik&quot;&gt;Kategorie:Informatik&lt;/a&gt;  Die Klasse GUI.java bietet eine Benutzeroberfläche für eine beliebige Java-Klasse.  Die Klasse GUI.java ist im Projekt Projekt_ja…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Kategorie:Informatik]]&lt;br /&gt;
&lt;br /&gt;
Die Klasse GUI.java bietet eine Benutzeroberfläche für eine beliebige Java-Klasse.&lt;br /&gt;
&lt;br /&gt;
Die Klasse GUI.java ist im Projekt [[Projekt_java_Q1Q2|javaQ1Q2]] enthalten.&lt;br /&gt;
&lt;br /&gt;
Man kann sie separat hier herunterladen: [https://github.com/akaibel/GUI GUI.java auf GitHub]&lt;br /&gt;
&lt;br /&gt;
=Anwendung=&lt;br /&gt;
Die Klasse GUI.java lässt sich z.B. wie folgt einsetzen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 public class MyClass{&lt;br /&gt;
   private int a = 7;&lt;br /&gt;
   &lt;br /&gt;
   public int getA(){return a;}&lt;br /&gt;
   &lt;br /&gt;
   public static void main(String[] args){&lt;br /&gt;
     '''new GUI(new MyClass());'''&lt;br /&gt;
   }&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Hinweise=&lt;br /&gt;
* Mit '''STRG +''' kann man die Schrift vergrößern.&lt;br /&gt;
* Mit '''STRG -''' kann man die Schrift verkleinern.&lt;/div&gt;</summary>
		<author><name>Akaibel</name></author>
	</entry>
</feed>