hi,
i am new to java.Can annybody tell me how to implement confirm box using java.awt package.
i tried by extending dialog class with 2 buttons (buttonSave and buttonDiscard) on dialog box but as ActionEventList ener has void return type i could not implement it.
Can anybody tell me any other method.
thanks in advance
i am new to java.Can annybody tell me how to implement confirm box using java.awt package.
i tried by extending dialog class with 2 buttons (buttonSave and buttonDiscard) on dialog box but as ActionEventList ener has void return type i could not implement it.
Can anybody tell me any other method.
thanks in advance
Comment