am still finding it difficult as a new java user.
am designing a software that has multiple forms, controls such as combobox and so on and finding it difficult to do the following.
i want some combobox in the software to fill at design time, i.e. two combobox the first one already has 2 items, i want a situation whereby an item selected from the first combobox determines what items will fill the second combobox.
secondly, i want to reference a form from another form. e.g. i want to open a form from the main form.
thirdly, i want to remove the default form border and put a border of my choice. i also want set image i designed using corel draw as my background form.
with visual basic.net i can do all this but i want to start using java. please can some body tell me what to do to solve the above problems
am designing a software that has multiple forms, controls such as combobox and so on and finding it difficult to do the following.
i want some combobox in the software to fill at design time, i.e. two combobox the first one already has 2 items, i want a situation whereby an item selected from the first combobox determines what items will fill the second combobox.
secondly, i want to reference a form from another form. e.g. i want to open a form from the main form.
thirdly, i want to remove the default form border and put a border of my choice. i also want set image i designed using corel draw as my background form.
with visual basic.net i can do all this but i want to start using java. please can some body tell me what to do to solve the above problems
Comment