Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse J

Alphabetical listing with fast deep pagination.
10965 items • Page 12 / 220

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
JAVA GRAPHICAL USER INTERFACE (GUI) CREATION: Create a Graphical User Interface
JAVA GRAPHICAL USER INTERFACE (GUI) CREATION: Create a Graphical User Interface (GUI) in Java (Netbeans) that looks like the one below with NO JCOMPONENTS OR JFRAME. USE STANDARD …
JAVA GUI GAME help Object Oriented Board Game with GUI The objective of this lab
JAVA GUI GAME help Object Oriented Board Game with GUI The objective of this lab is to expand on the Graphical User Interface. You will get the opportunity to work with interfaces…
JAVA GUI PROGRAM, THANKS! 1. Execute the following PushCounter class and PushCou
JAVA GUI PROGRAM, THANKS! 1. Execute the following PushCounter class and PushCounterPanel class. import javax.swing.JFrame; public class PushCounter { //--------------------------…
JAVA GUI Problem I have writtern my code (it is below the GUI output examples) b
JAVA GUI Problem I have writtern my code (it is below the GUI output examples) but am getting messages about -Xlint:unchecked and -Xling:deprecation and there's a null exception e…
JAVA GUI help build this simple gui only. nothing else. Will raise the point val
JAVA GUI help build this simple gui only. nothing else. Will raise the point value to 1000. http://jackmyers.info/oopda/registrarAssignment.pdf -----------------------------------…
JAVA GUI program to calculate future investments. You will need to ask for an In
JAVA GUI program to calculate future investments. You will need to ask for an Investment Amount, Number of Years, and the Annual Interest Rate expressed as a percentage. (3.55 = 3…
JAVA Given a directed graph, a source vertex ‘source’ and a destination vertex ‘
JAVA Given a directed graph, a source vertex ‘source’ and a destination vertex ‘dest’, print all paths from a given ‘source’ to a given ‘dest’. Consider the following directed gra…
JAVA Goal: Design a text adventure game (ex. Zork.) MUST USE THIS LINK: http://t
JAVA Goal: Design a text adventure game (ex. Zork.) MUST USE THIS LINK: http://textadventures.co.uk/games/view/5zyoqrsugeopel3ffhz_vq/zork The user will navigate through a dungeon…
JAVA HELP (ARRAYS) Assignment Create a class named Module4 containing the follow
JAVA HELP (ARRAYS) Assignment Create a class named Module4 containing the following data members and methods (note that all data members and methods are for objects unless specifi…
JAVA HELP - This is my code for this problem. I can\'t figure out the rest. Plea
JAVA HELP - This is my code for this problem. I can't figure out the rest. Please help me solve the problem. ): import java.awt.*; import java.awt.event.*; import javax.swing.JFra…
JAVA HELP - Use the following template: Rewrite the definitions of the method se
JAVA HELP - Use the following template: Rewrite the definitions of the method setDate and the constructor with parameters so that the values for the month, day, and year are check…
JAVA HELP . . QUESTION: . Write a Java console application that approximates PI.
JAVA HELP . . QUESTION: . Write a Java console application that approximates PI. Use a validation loop to prompt and get from the user the number of terms to approximate PI to tha…
JAVA HELP . . Question: . Write a Java console application that reads, sorts, an
JAVA HELP . . Question: . Write a Java console application that reads, sorts, and writes planet data. Create text file PlanetsIn.txt and paste this data into it: . Planet      Dia…
JAVA HELP . . Write a Java console application that manages song data. The appli
JAVA HELP . . Write a Java console application that manages song data. The application has the following two classes: . Song.java This class represents one song and includes: .   …
JAVA HELP : MODIFY THE CODE BELOW TO THE FOLLOWING REQUIREMENTS : 1. allow the u
JAVA HELP : MODIFY THE CODE BELOW TO THE FOLLOWING REQUIREMENTS : 1. allow the user to select a menu option that calls a method that will run a counting program. This counting pro…
JAVA HELP Create a computer program that will calculate the range for 3 differen
JAVA HELP Create a computer program that will calculate the range for 3 different vehicles. The program should create a “programmer created” class, where 3 int objects are created…
JAVA HELP HELP HELP me fix it... Buttons do not work.... idk what are the proble
JAVA HELP HELP HELP me fix it... Buttons do not work.... idk what are the problems import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Bu…
JAVA HELP NEEDED ASAP.. I need this program to use an array to hold a students I
JAVA HELP NEEDED ASAP.. I need this program to use an array to hold a students ID number, and have that students ID number be linked to a linked list of school courses. Courses wi…
JAVA HELP PLEASE JAVA PROGRAM Make a program on a graph traversal algorithm eith
JAVA HELP PLEASE JAVA PROGRAM Make a program on a graph traversal algorithm either Depth-first search (DFS) or Breadth-first search (BFS) for a given undirected graph, outputs: (i…
JAVA HELP PLEASE WITH CONCURRENCY import java.util.HashSet; import java.util.Lin
JAVA HELP PLEASE WITH CONCURRENCY import java.util.HashSet; import java.util.LinkedList; import java.util.Queue; import java.util.Random; import java.util.Set; import java.util.co…
JAVA HELP PLEASE WRITE THE CODE IN JAVA As you know, in Java integers have a ran
JAVA HELP PLEASE WRITE THE CODE IN JAVA As you know, in Java integers have a range that has a minimum value of 2.147.483.648 and a maximum value of 2.147.483.647, It is a pretty l…
JAVA HELP PLEASE You\'ve been hired by City Skies to write a Java console applic
JAVA HELP PLEASE You've been hired by City Skies to write a Java console application that manages city names. Use an array of size 30 to store the names. Present the following men…
JAVA HELP PLEASE! CIS 256 Lab 1 The files in the directory lab1/ contain the cla
JAVA HELP PLEASE!                CIS 256 Lab 1 The files in the directory lab1/ contain the classes SList and SListNode, which implement a singly-linked list. Compile SList.java w…
JAVA HELP PLEASE!!! You have been given a person class. You are to write an inst
JAVA HELP PLEASE!!! You have been given a person class. You are to write an instructor class derived from the Person class. Each instructor has a name and an ArrayListof courses h…
JAVA HELP Question: Write a Java console application that investigates how well
JAVA HELP Question: Write a Java console application that investigates how well Java handles large integers. Write two loops that iterate from 0 through 35. Before each loop, set …
JAVA HELP Show two ways to declare a one-dimensional array of 12 doubles. {1.0,
JAVA HELP Show two ways to declare a one-dimensional array of 12 doubles. {1.0, 2.0, 3.0, 4.0, 5.0, 6.0,7.0, 8.0, 9.0, 10.0, 11.0, 12.0}; For the first example print the 7.0 and 1…
JAVA HELP THANK YOU! CIS 256 Lab 1 The files in the directory lab1/ contain the
JAVA HELP THANK YOU!                CIS 256 Lab 1 The files in the directory lab1/ contain the classes SList and SListNode, which implement a singly-linked list. Compile SList.jav…
JAVA HELP THANK YOU! Getting Started --------------- The files in the lab2 direc
JAVA HELP THANK YOU! Getting Started --------------- The files in the lab2 directory contain classes for two different types of doubly-linked list. The DList1 class does not use a…
JAVA HELP This program calculates the cost of putting a fence all the way around
JAVA HELP This program calculates the cost of putting a fence all the way around a rectangular yard AND putting sod everywhere in the yard EXCEPT for a circular flower bed. Input …
JAVA HELP Write a telephone lookup program. Read a data set of 1000 names and te
JAVA HELP Write a telephone lookup program. Read a data set of 1000 names and telephone numbers from files that contain contact information. Your program has to work like a caller…
JAVA HELP boolean leapyear = (year % 4 == 0 && year % 100 != 0) (year % 400 = 0)
JAVA HELP boolean leapyear = (year % 4 == 0 && year % 100 != 0) (year % 400 = 0) Use the statements above in your program. Connect the two statements above with a short-ci…
JAVA HELP please public static void drawRow (Graphics g, int x, int y, int numbe
JAVA HELP please public static void drawRow (Graphics g, int x, int y, int numberPairs, int sizeBox){        for(int i = 0; i < numberPairs; i++){            g.setColor(Color.B…
JAVA HELP! Question: Write a Java console application that investigates how well
JAVA HELP! Question: Write a Java console application that investigates how well Java handles large integers. Write two loops that iterate from 0 through 35. Before each loop, set…
JAVA HELP! The two things I did already were add the namespaces in the library_n
JAVA HELP! The two things I did already were add the namespaces in the library_namespace.js file and moved the padSingleUnit and $ function from the clock.js file to the library_u…
JAVA HELP: Modify LinkedListWithNode class, so the class describes a doubly-link
JAVA HELP: Modify LinkedListWithNode class, so the class describes a doubly-linked list, as described below: 1.) Change the inner Node class so that it includes 2 Node references,…
JAVA HELP: Write a Java class to represent a musical note using a simplified ver
JAVA HELP: Write a Java class to represent a musical note using a simplified version of the conventions of standard Western music. An instance of your class should contain the fol…
JAVA HELP::: Using the following variables, write program statements to calculat
JAVA HELP::: Using the following variables, write program statements to calculate and print out the total value of the money. int numQuarters, numDimes, numNickels, numPennies; //…
JAVA HELP::: Using the following variables, write program statements to calculat
JAVA HELP::: Using the following variables, write program statements to calculate and print out the total value of the money. int numQuarters, numDimes, numNickels, numPennies; //…
JAVA HELPPPPPPPPP this is not working.. for somereason and also need the bolded
JAVA HELPPPPPPPPP this is not working.. for somereason and also need the bolded part CAN SOMEBODY HELP ME PLEASE!!!!!!! /**      * This method interacts with the user to place a s…
JAVA HELPPPPPPPPPPP /** * Interacts with the user to take a shot. The procedure
JAVA HELPPPPPPPPPPP /**      * Interacts with the user to take a shot. The procedure is as follows:      *   1 - Using the promptStr method, prompt the user for the "x-coord shot"…
JAVA HELPPPPPPPPPPPPP /** * Checks the state of a targeted cell on the game boar
JAVA HELPPPPPPPPPPPPP /**      * Checks the state of a targeted cell on the game board. This method does not change the      * contents of the game board.      *      * @return 3 …
JAVA HELPPPPPPPPPPPPP!!!!!!!!! /** * Takes a random shot on the game board. The
JAVA HELPPPPPPPPPPPPP!!!!!!!!! /**      * Takes a random shot on the game board. The random process works as follows:      *   1 - Pick a random valid x-coordinate      *   2 - Pi…
JAVA HOMEWORK HELP 1. Which of the following is true? Select all that apply. Sel
JAVA HOMEWORK HELP 1. Which of the following is true? Select all that apply. Select one or more: A.Checked exceptions must be caught or listed in the throws clause of a method. B.…
JAVA HOMEWORK HELP Consider the following pseudocode for the next six questions.
JAVA HOMEWORK HELP Consider the following pseudocode for the next six questions. aList is type LinkedList<Integer> aList.add(4); aList.add(7); aList.add(12); System.out.prin…
JAVA HOMEWORK HELP THANK YOU! Question 1 Assume you have a GUI program where the
JAVA HOMEWORK HELP THANK YOU! Question 1 Assume you have a GUI program where the user types text into one text box, clicks a button, and the text disappears from that text box and…
JAVA HOMEWORK HELP THANK YOU! The class below describes a parent class, Pet. In
JAVA HOMEWORK HELP THANK YOU! The class below describes a parent class, Pet. In the next questions, you will write child classes for Dog and Cat. For full credit, follow good prin…
JAVA HOMEWORK HELP THANK YOU! Write a method to read in two pieces of informatio
JAVA HOMEWORK HELP THANK YOU! Write a method to read in two pieces of information from a user (using a Scanner object). First, read in the name of a file. Using this name, create …
JAVA HOMEWORK Process Heap Objective: Create a couple of classes that will simul
JAVA HOMEWORK Process Heap Objective: Create a couple of classes that will simulate a process heap. Download the DRIVER and follow the following instructions! Create a class calle…
JAVA HOMEWORK Process Heap Objective: Create a couple of classes that will simul
JAVA HOMEWORK Process Heap Objective: Create a couple of classes that will simulate a process heap. Download the DRIVER and follow the following instructions! Create a class calle…
JAVA HOMEWORK Produce a GUI drawing application. It should should function as fo
JAVA HOMEWORK Produce a GUI drawing application. It should should function as follows: The user can select from three different pen colors. The user can also select an "eraser" pe…