Entries by Munene david

Need some help with my project

Need some help with my project <br/><br/><br/>Project 2 <br/>This project involves writing a program that implements an ATM machine. The interface to the program should be a Java GUI that looks similar to the following: The program should consist of three classes. 1. The first class should define the GUI. In addition to the main […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Hello, I just wanted to get this truth table checked. It has been a while

Hello, I just wanted to get this truth table checked. It has been a while.. haha The symbols are a little different from the ones used in Discrete mathematics from what I remember so I will list them here: For this they are using A’ for not A, AB for A and B, and A+B […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Give an simple example of a program that creates a GUI with at least

Give an simple example of a program that creates a GUI with at least one button and several textfields. Some of the textfields should be for input and others for output. Make the output textfields uneditable. When the button is clicked, the input fields should be read, some calculation performed and the result displayed in […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

import java.awt.Component; import java.awt.FlowLayout

import java.awt.Component; import java.awt.FlowLayout; import java.awt.GridLayout; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Scanner; import java.util.*; import java.lang.*; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; public class Calculator { private static Scanner scnr; private static File inp_file; private static String getLabel(String file_lines) { int cntr; file_lines.trim(); for (cntr = 0; cntr < […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"