Hi everybody;
I have a applet calculator,but ı want to add another panel to show all operations you made.Could you help me,ı dont have any idea to make this.I'm waiting your messages.Thanks.
I've never touched AWT, but look into that. If it works the same as swing, you need to create another panel and add it appropriately, but you'll have to play with layouts to get it positioned correctly.