Re: Gui Question
- From: "IanH" <hill_ian_j@xxxxxxxxxxx>
- Date: 29 Mar 2006 23:32:15 -0800
I do have some questions
1. Do I need to use the following code to declare instances of the
objects?
SalariedEmployee salariedEmployee = new SalariedEmployee
HourlyEmployee hourlyEmployee = new HourlyEmployee
CommissionEmployee commissionEmployee = new CommissionEmployee
BasePlusCommissionEmployee basePlusCommissionEmployee = new
BasePlusCommissionEmployee
2. the combobox on the interface currently doesn't have any action
attached to it. Can i use it to specify the type of employee to create.
Ian
.
- Follow-Ups:
- Re: Gui Question
- From: Rhino
- Re: Gui Question
- From: Bjorn Abelli
- Re: Gui Question
- References:
- Gui Question
- From: IanH
- Re: Gui Question
- From: Rhino
- Re: Gui Question
- From: IanH
- Re: Gui Question
- From: Rhino
- Re: Gui Question
- From: IanH
- Re: Gui Question
- From: Rhino
- Gui Question
- Prev by Date: Re: help needed - decompiling
- Next by Date: Re: Javadoc search tool ... is this new ???
- Previous by thread: Re: Gui Question
- Next by thread: Re: Gui Question
- Index(es):
Relevant Pages
|