Hello,
I developed a simple java gui . On running a frame opens with 5 buttons and each button opens another frame when selected. There are no errors and frames open and close as required however i see that only the main program frame has the icon and title that i assigned and the frames bieng called through the buttons have the default frame with java icon and no title although it's been specified in the code of these called frames. When these called frames are executed induvidually though the program the title and icon are displayed. Any one has any idea why this behavior is happening and a way to solve it? Frankly it's driving me nuts.