<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=GUI_Frame</id>
		<title>GUI Frame - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=GUI_Frame"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=GUI_Frame&amp;action=history"/>
		<updated>2026-05-06T17:33:50Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=GUI_Frame&amp;diff=516&amp;oldid=prev</id>
		<title>George2 at 10:17, 4 July 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=GUI_Frame&amp;diff=516&amp;oldid=prev"/>
				<updated>2014-07-04T10:17:39Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:17, 4 July 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;import java.awt.*; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;import java.awt.*; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;import java.awt.event.*; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;import java.awt.event.*; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>George2</name></author>	</entry>

	<entry>
		<id>https://wiki.twig.es/index.php?title=GUI_Frame&amp;diff=515&amp;oldid=prev</id>
		<title>George2: Created page with &quot;import java.awt.*;  import java.awt.event.*;  import javax.swing.*; public class Frame2 extends JFrame {   JPanel pane = new JPanel();   JButton pressme = new JButton(&quot;Press M...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=GUI_Frame&amp;diff=515&amp;oldid=prev"/>
				<updated>2014-07-04T10:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;import java.awt.*;  import java.awt.event.*;  import javax.swing.*; public class Frame2 extends JFrame {   JPanel pane = new JPanel();   JButton pressme = new JButton(&amp;quot;Press M...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;import java.awt.*; &lt;br /&gt;
import java.awt.event.*; &lt;br /&gt;
import javax.swing.*;&lt;br /&gt;
public class Frame2 extends JFrame&lt;br /&gt;
{&lt;br /&gt;
  JPanel pane = new JPanel();&lt;br /&gt;
  JButton pressme = new JButton(&amp;quot;Press Me&amp;quot;);&lt;br /&gt;
  Frame2()        // the frame constructor&lt;br /&gt;
  {&lt;br /&gt;
    super(&amp;quot;JPrompt Demo&amp;quot;); setBounds(100,100,300,200);&lt;br /&gt;
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);&lt;br /&gt;
    Container con = this.getContentPane(); // inherit main frame&lt;br /&gt;
    con.add(pane);    // JPanel containers default to FlowLayout&lt;br /&gt;
    pressme.setMnemonic('P'); // associate hotkey to button&lt;br /&gt;
    pane.add(pressme); pressme.requestFocus();&lt;br /&gt;
    setVisible(true); // make frame visible&lt;br /&gt;
  }&lt;br /&gt;
  public static void main(String args[]) {new Frame2();}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>