It\'s long, but it\'s the assignment. Any help would be appreciated! Create Java
ID: 3542937 • Letter: I
Question
It's long, but it's the assignment. Any help would be appreciated!
Create Java programs for the following two problems. Do not use any of the GUI editing capabilities of Eclipse for this assignment. Do all the GUI layout work based on what you have learned in class this week. Do NOT use setBounds since we are NOT going to be studying this.
1. Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculations!
This program has the following requirements:
1. The size of the calculator is 250 x 250 pixels.
2. The background and foreground color of the calculator buttons must alternate in a pattern as shown above. You can choose any pair of colors for your foreground and background colors.
3. The buttons should have at least 5 pixels of space between them.
4. The text on the buttons should be SanSerif size 16 and be bold.
5. Your application should be implemented in a single class. The main method of the class does nothing more than create an object of the class. The constructor of the class creates and displays the GUI. The constructor may call other methods of the class if needed.
6. The class must inherit from JFrame as the following demonstrates:
public myGUI extends JFrame {
Create Java programs for the following two problems. Do not use any of the GUI editing capabilities of Eclipse for this assignment. Do all the GUI layout work based on what you have learned in class this week. Do NOT use set Bounds since we are NOT going to be studying this. Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculations! This program has the following requirements: The size of the calculator is 250 x 250 pixels. The background and foreground color of the calculator buttons must alternate in a pattern as shown above. You can choose any pair of colors for your foreground and background colors. The buttons should have at least 5 pixels of space between them. The text on the buttons should be SanSerif size 16 and be bold. Your application should be implemented in a single class. The main method of the class does nothing more than create an objectExplanation / Answer
When is it due friend ?
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.