Practical No. 4: Use of Cardlayout To Write A Program To Create A Two-Level Card Deck That Allows The User To Select An Operating System
Practical No. 4: Use of Cardlayout To Write A Program To Create A Two-Level Card Deck That Allows The User To Select An Operating System
2. public void previous (Container parent): is used to flip to the previous card of
the given container.
3. public void first (Container parent): is used to flip to the first card of the given
container.
4. public void last (Container parent): is used to flip to the last card of the given
container.
5. public void show (Container parent, String name): is used to flip to the
specified card with the given name.
Nil
Sr. Name of
Broad Specification Quantity Remarks (If any)
No. Resource
1
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;