The Artima Developer Community
Sponsored Link

Java Answers Forum
create an application like calc.exe

2 replies on 1 page. Most recent reply: Dec 3, 2003 6:35 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
aj3423 aj

Posts: 16
Nickname: aj3423
Registered: Aug, 2003

create an application like calc.exe Posted: Dec 1, 2003 4:37 AM
Reply to this message Reply
Advertisement
i want to write a application of calculator ,just like the calc.exe of windows , it has a group of menus, a TextField to echo the result, and two group of checkbox.....
then how to assign the buttons ? there are three columns between the buttons,so i cannot use a simple setLayout(new GridLayout(...)) method only ,then how can i do it ?
any suggestion ?


aj3423 aj

Posts: 16
Nickname: aj3423
Registered: Aug, 2003

Re: create an application like calc.exe Posted: Dec 1, 2003 4:41 AM
Reply to this message Reply
i want to make the scientific one .
thanks !

Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: create an application like calc.exe Posted: Dec 3, 2003 6:35 AM
Reply to this message Reply
Suggest you look at this link

http://java.sun.com/docs/books/tutorial/uiswing/

Adam

Flat View: This topic has 2 replies on 1 page
Topic: why Object.class load for every .java compilation Previous Topic   Next Topic Topic: how static implement?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use