...from the list.
Can someone help me how to implement this,
Here is the code that creates a the frame for the TimeSlot,
<code>
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class TimeSlot1 extends Frame
{
Choice day,time;
Label l1,l2;
Button submit,cancel...