Search:

Type: Posts; User: vitorloke

Search: Search took 0.10 seconds.

  1. Re: need help for the few question for java program!!

    for part a
    You can change the size of a JFrame by using the setSize(int h, int v) method,where h and v give the horizontal and vertical dimensions of the applet’s window in pixels. Write a GUI...
  2. Re: need help for the few question for java program!!

    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class jframe {

    public static void main(String[] args) {
    JFrame jj=new JFrame("adjust");

    int i=200;
  3. Re: need help for the few question for java program!!

    please refer my attachment on below!

    1183
  4. Re: need help for the few question for java program!!

    for q4!my program on below,cab you let me know why i click the button,why can not change the size?please help!!

    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class...
  5. need help for the few question for java program!!

    i have some confuse this dew question!can you let me know how to solution this few question!thank you!!!pls refer the attachment!

    11791180
Results 1 to 5 of 5