<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>AP2 - Análise e Projeto de Sistemas</title>
		<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/-t1.htm</link>
		<description></description>
		<lastBuildDate>Tue, 03 Nov 2009 18:32:49 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>AP2 - Análise e Projeto de Sistemas</title>
			<url>http://hitskin.com/themes/13/35/55/i_logo.jpg</url>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/-t1.htm</link>
		</image>
		<item>
			<title>Gerenciadores de Layout - GridLayout</title>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-gridlayout-t182.htm</link>
			<dc:creator>prof.Rafael</dc:creator>
			<description>Arquivo: GridLayoutTest.java



import java.awt.*;

import javax.swing.*;



public class GridLayoutTest extends JFrame

{

       public GridLayoutTest()

       {

              //3 linhas e 2 colunas

              getContentPane().setLayout(new GridLayout(3,2));



              JButton botao1 = new JButton(&quot;Botão 1&quot;);

              JButton botao2 = new JButton(&quot;Botão 2&quot;);

              JButton botao3 = new JButton(&quot;Botão 3&quot;);

               ...</description>
			<category>AP2 - Análise e Projeto de Sistemas</category>
			<pubDate>Tue, 03 Nov 2009 18:32:49 GMT</pubDate>
			<comments>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-gridlayout-t182.htm#679</comments>
			<guid>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-gridlayout-t182.htm</guid>
		</item>
		<item>
			<title>Gerenciadores de Layout - FlowLayout</title>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-flowlayout-t181.htm</link>
			<dc:creator>prof.Rafael</dc:creator>
			<description>Arquivo: FlowLayoutTest.java



import javax.swing.*;

import java.awt.*;



public class FlowLayoutTest extends JFrame

{

       public FlowLayoutTest()

       {

              JPanel panel = new JPanel();

              

              JButton botao1 = new JButton(&quot;Botão 1&quot;);

              JButton botao2 = new JButton(&quot;Botão 2&quot;);

              JButton botao3 = new JButton(&quot;Botão 3&quot;);

              JButton botao4 = new JButton(&quot;Botão 4&quot;);

  ...</description>
			<category>AP2 - Análise e Projeto de Sistemas</category>
			<pubDate>Tue, 03 Nov 2009 18:32:07 GMT</pubDate>
			<comments>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-flowlayout-t181.htm#678</comments>
			<guid>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-flowlayout-t181.htm</guid>
		</item>
		<item>
			<title>Gerenciadores de Layout - BoxLayout</title>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-boxlayout-t180.htm</link>
			<dc:creator>prof.Rafael</dc:creator>
			<description>Arquivo BoxLayoutTest.java



import java.awt.*;

import javax.swing.*;



public class BoxLayoutTest extends JFrame

{

       public BoxLayoutTest()

       {

              JPanel panel = new JPanel();

              panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));

              

              JButton botao1 = new JButton(&quot;Botão 1&quot;);

              JButton botao2 = new JButton(&quot;Botão 2&quot;);

              JButton botao3 = new JButton(&quot;Botão 3&quot;);

  ...</description>
			<category>AP2 - Análise e Projeto de Sistemas</category>
			<pubDate>Tue, 03 Nov 2009 18:30:23 GMT</pubDate>
			<comments>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-boxlayout-t180.htm#677</comments>
			<guid>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-boxlayout-t180.htm</guid>
		</item>
		<item>
			<title>Gerenciadores de Layout - BorderLayout</title>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-borderlayout-t179.htm</link>
			<dc:creator>prof.Rafael</dc:creator>
			<description>Arquivo BorderLayoutTest.java



import javax.swing.*;

import java.awt.*;



public class BorderLayoutTest extends JFrame

{

       public BorderLayoutTest()

       {

              JButton botao1 = new JButton(&quot;Botão 1&quot;);

              JButton botao2 = new JButton(&quot;Botão 2&quot;);

              JButton botao3 = new JButton(&quot;Botão 3&quot;);

              JButton botao4 = new JButton(&quot;Botão 4&quot;);

              JButton botao5 = new JButton(&quot;Botão  ...</description>
			<category>AP2 - Análise e Projeto de Sistemas</category>
			<pubDate>Tue, 03 Nov 2009 18:29:19 GMT</pubDate>
			<comments>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-borderlayout-t179.htm#676</comments>
			<guid>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/gerenciadores-de-layout-borderlayout-t179.htm</guid>
		</item>
		<item>
			<title>Programação em Java - Listeners</title>
			<link>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/programacao-em-java-listeners-t178.htm</link>
			<dc:creator>prof.Rafael</dc:creator>
			<description>Arquivo: ExemploListeners.java



import java.awt.*;

import java.awt.event.*;

import javax.swing.*;



public class ExemploListeners extends JFrame implements ActionListener{



    static int idade;

    static String nome;

    JTextField txt_idade, txt_nome;

    JLabel lbl_res;

    JButton botao1, botao2;



    public ExemploListeners()

    {



              getContentPane().setLayout(new GridLayout(4,2));



              JLabel lbl_nome = new JLabel(&quot;Nome&quot;);

  ...</description>
			<category>AP2 - Análise e Projeto de Sistemas</category>
			<pubDate>Tue, 03 Nov 2009 18:27:42 GMT</pubDate>
			<comments>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/programacao-em-java-listeners-t178.htm#675</comments>
			<guid>http://etecvav.forumotion.net/ap2-analise-e-projeto-de-sistemas-f12/programacao-em-java-listeners-t178.htm</guid>
		</item>
	</channel>
</rss>