Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
1 Posted Topic
Re: /** *Write a program in JFC which has shape menu with 3 munu item inside it. *Circle Rectangle and Line. *When user clik on circle it will draw a circle on Frame, *Same for Rectangle and Line. */ import javax.swing.*; import java.awt.*; import java.awt.event.*; class DrawE extends JFrame implements ActionListener … |