<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<meta content="MSHTML 6.00.2900.6058" name="GENERATOR">
</head>
<body>
<div><font size="2">$B$$$D$b$*@$OC$K$J$C$F$*$j$^$9!#>eB<$G$9!#(B</font></div>
<div><font size="2">$B0J2<$NE@!"2?J}$+$4>\$7$$J}$,!"5o$i$l$^$7$?$i$465<(D:$1$J$$$G$7$g$&$+!#(B</font></div>
<div><font size="2"></font> </div>
<div><font size="2"></font> </div>
<div><font size="2">$B0J2<$N$h$&$J%W%m%0%i%`!JH4?h$G$9!K$r!"(BArmadillo-500FX$B$K(BOpenJDK6$B%i%s%?%$%`$r%$%s%9%H!<%k$7$F!"(BJava$B$r5/F0$5$;$?$N$G$9$,!"%i%Y%k$OI=<($5$l$k$N$G$9$,!"%\%?%s!&%3%s%]!<%M%s%H!J(Bbutton$B#1!A(B10$B!K$,HsI=<($K$J#r$C$F$7$^$$$^$9!#(B</font></div>
<div><font size="2">$B5/F08e$K%\%?%s$N>l=j$r!";X$G?($k$H!"%\%?%s$,I=<($5$l$^$9$,!"=hM}(B($B%"%/%7%g%s%j%9%J!<(B)$B$,Av$C$F$7$^$$$^$9!#(B</font></div>
<div><font size="2">$B5/F0$HF1;~$K!"%\%?%s$bI=<($5$;$?$$$N$G$9$,!"$I$N$h$&$K$9$l$PNI$$$N$G$7$g$&$+!)(B</font></div>
<div><font size="2"></font> </div>
<div><font size="2">    </font></div>
<div><font size="2">import java.awt.*;<br>
import java.awt.event.*;<br>
import javax.swing.*;<br>
<br>
class wimax31501extends JFrame implements ActionListener {<br>
    private JLabel label;<br>
    private JButton button;<br>
</font></div>
<div><font size="2">$B!!!!(Bpublic wimax31501() {//$B%3%s%9%H%i%/%?=hM}It(B</font></div>
<div><font size="2">     gacSendBuffer=new byte [IOCTL_QUEUE_SIZE][MAX_PACKET_SIZE];<br>
     gSendBuffSize=new int [IOCTL_QUEUE_SIZE];<br>
     now_send=new byte [MAX_PACKET_SIZE];<br>
     acRecvBuff=new byte [MAX_PACKET_SIZE];<br>
     test=this;</font></div>
<div><font size="2"></font> </div>
<div><font size="2">     /*$B%3%a%s%H(B  Full Screen Set*/<br>
     //setUndecorated$B%a%=%C%I$O(BFrame $B$N%?%$%H%k%P!<$rI=<($7$J$$$h$&$K$9$k$?$a$N%a%=%C%I(B<br>
        this.setUndecorated(true); /*$B%3%a%s%H(B Disable Title Bar*/</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /*$B%G%#%9%W%l%$$rI=$9(B GraphcisDevice $B%*%V%8%'%/%H$rF@$k(B*/<br>
        GraphicsDevice device = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        //$B%U%k%9%/%j!<%s$K$9$k$?$a$N%a%=%C%I(B GraphcisDevice $B%/%i%9$N(B setFullScreenWindow$B%a%=%C%I(B<br>
        //$B0z?t$K$O%U%k%9%/%j!<%s$K$9$k%*%V%8%'%/%H$r;XDj(B<br>
        device.setFullScreenWindow(this);</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        //ContentPane$B$H$O(BJFrame$B$NI=<(NN0h(B<br>
        //JFrame$B$KI=<($7$?$$%3%s%]!<%M%s%H$O!"(BContentPane$B$KDI2C$9$kI,MW$,$"$k(B<br>
        //ContentPane$B$O(BContainer$B%/%i%9$N7?$G<hF@$G$-$k$,!"(BJFrame$B$NCf$G(BJPanel$B$H$7$F@8@.$5$l$k(B<br>
     $B!!(BContainer contentPane = getContentPane();/*contentPane $B$rJV$9(B*/<br>
     $B!!(B//contentPane.setLayout(new GridLayout(10,10));/*ADD_kami*/</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        contentPane.setLayout(null);</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /* Add label*/<br>
        label1 = new JLabel("<span class="277161102-30032011">Cnection Mnager</span>");<br>
        Font f1=new Font("Serif",1,22);<br>
        label1.setFont(f1);<br>
        label1.setForeground(Color.red);/*Font_Coller_Set*/</font></div>
<div><font size="2">        label2 = new JLabel("Main Menu");<br>
        Font f2=new Font("Serif",Font.ITALIC,21);<br>
        label2.setFont(f2);</font></div>
<div><font size="2">        contentPane.add(label1);<br>
        contentPane.add(label2);</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /*Button$B%3%s%]!<%M%s%H@8@.(B*/<br>
        button1 = new JButton("SendRequestTest!");<br>
        button2 = new JButton("ReceiveResponseTest!");<br>
        button3 = new JButton("SendDmStartReq!");<br>
        button4 = new JButton("SendCmNetentryReq!");<br>
        button5 = new JButton("SendCmNetentrystopReq!");<br>
        button6 = new JButton("SendCtStartReq!");<br>
        button7 = new JButton("SendTest!");</font></div>
<div><font size="2">        button8 = new JButton("SendCtSetSwmode!");<br>
        button9 = new JButton("SendCtGetSwmode!");<br>
        button10 = new JButton("log_out!");</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /*$B%"%/%7%g%s%j%9%J!<@_Dj(B*/<br>
        button1.addActionListener(new MyJsendActionAdapter());<br>
        button2.addActionListener(new MyJreceiveActionAdapter());<br>
        button3.addActionListener(new SendDmStartReq());<br>
        button4.addActionListener(new SendCmNetentryreq());<br>
        button5.addActionListener(new SendCmNetentrystopreq());<br>
        button6.addActionListener(new SendCtStartReq());<br>
        button7.addActionListener(new SendTest());<br>
        button8.addActionListener(new SendCtSetSwmode());<br>
        button9.addActionListener(new SendCtGetSwmode());<br>
        button10.addActionListener(new log_out());</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /*$B@_Dj0LCV$N;X<((B*/<br>
        label1.setBounds(new Rectangle(50,20,200,20));<br>
        label2.setBounds(new Rectangle(50,50,200,20));<br>
        button1.setBounds(new Rectangle(50,80,230,20));<br>
        button2.setBounds(new Rectangle(50,110,230,20));<br>
        button3.setBounds(new Rectangle(50,140,230,20));<br>
        button4.setBounds(new Rectangle(50,170,230,20));<br>
        button5.setBounds(new Rectangle(50,200,230,20));<br>
        button6.setBounds(new Rectangle(50,230,230,20));<br>
        button7.setBounds(new Rectangle(50,260,230,20));<br>
        button8.setBounds(new Rectangle(330,80,230,20));<br>
        button9.setBounds(new Rectangle(330,110,230,20));<br>
        button10.setBounds(new Rectangle(330,140,230,20));</font></div>
<div><font size="2">        contentPane.add(button1);<br>
        contentPane.add(button2);<br>
        contentPane.add(button3);<br>
        contentPane.add(button4);<br>
        contentPane.add(button5);<br>
        contentPane.add(button6);<br>
        contentPane.add(button7);<br>
        contentPane.add(button8);<br>
        contentPane.add(button9);<br>
        contentPane.add(button10);</font></div>
<div><font size="2"></font> </div>
<div><span class="277161102-30032011"><font size="2">        /*$B%9%/%m!<%k%Q%M%k$N@_Dj(B*/</font></span></div>
<div><font size="2">        lt1=new JTextArea(3,3);<br>
        JScrollPane pane=new JScrollPane(lt1);<br>
        pane.setBounds(new Rectangle(50,300,550,150));<br>
        contentPane.add(pane);</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /*$B%9%l%C%I5/F0(B*/<br>
        SetThread=new set_thread();/*$B%j%/%(%9%HAw?.%9%l%C%I(B*/<br>
        GetThread=new get_thread();/*$B%l%9%]%s%9<u?.%9%l%C%I(B*/</font></div>
<div><font size="2"></font> </div>
<div><font size="2">     /*$B=*N;=hM}(B*/<br>
     this.setDefaultCloseOperation(EXIT_ON_CLOSE);</font></div>
<div><font size="2"></font> </div>
<div><font size="2">        /* Show Window*/<br>
     this.setVisible(true);</font></div>
<div><font size="2"></font> </div>
<div><span class="277161102-30032011"><font size="2">}</font></span></div>
<div><span class="277161102-30032011"><font size="2"></font></span> </div>
<div><span class="277161102-30032011"><font size="2">$B0J>e$G$9!#(B</font></span></div>
<div><span class="277161102-30032011"><font size="2"></font></span> </div>
<div><span class="277161102-30032011"><font size="2"></font></span> </div>
<div><span class="277161102-30032011"><font size="2"></font></span> </div>
</body>
</html>