Search:

Type: Posts; User: yeong

Search: Search took 0.08 seconds.

  1. Thread: Help me .

    by yeong
    Replies
    2
    Views
    1,074

    Help me .

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;


    public class ButtonGUI extends JFrame implements ActionListener{
    private JButton button1;
    private JButton button2;
    ...
  2. Can help me slove my question please . Seriously need help

    Suppose you have an Object A , with public methods a() and b() , and private method c() . And supose you have a subclass of A named B with methods named b() , c() , d() . Draw a UML diagram showing...
Results 1 to 2 of 2