Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
question write a program that draws a circle using a rubberbanding technique the circle size is determined by a mouse
question write a program that serves as a mouse odometer continually displaying how far in pixels the mouse has moved
question write a program whose background changes color depending on where the mouse pointer is located if the mouse
question write a class that represents a spaceship which can be drawn side view in any particular location create a
question write a program that displays a numeric keypad that might appear on a phone above the keypad buttons show a
question write a program that helps a pizza restaurant take orders use a tabbed pane for different categories of food
question 1 write code that sets each element of an array called items to twice the value in that array element2 write
question 1 write a method called switch them that accepts two integer arrays as parameters and switches the contents of
question 1 the dots program listens for a mouse pressed event to draw a dot how would the program behave differently if
question write a java interface called priority that includes two methods setpriority and getpriority the interface
question modify the rationalnumber class so that it implements the comparable interface to perform the comparison
question write a class called course that represents a course taken at a school represent each student using the
question 1 what visual effect would result by changing the horizontal and vertical gaps on the border layout used in
question imagine a game in which some game elements can be broken by the player and others cant create an interface
question 1 discuss the manner in which java passes parameters to a method is this technique consistent between
question overload the drawcircle method of exercise such that if the radius is not provided a random radius in the
question develop a simple tool for calculating basic statistics for a segment of text the application should have a
question 1 write a code fragment that reads 15 floating point values from the user and prints the lowest and the
question 1 write a code fragment that prints every other character in a string object called word starting with the
question write a method called average25 that returns the average of the integers from 1 to 25 inclusive2 write a
question 1 write a boolean method called startt that accepts a string parameter and returns true if the string starts
question 1 write a program that reads an integer value and prints the average of all odd integers between 0 and the
question create modified versions of the stars program to print the following patterns create a separate program to
question 1 write a program that reads three strings from the user then determines and prints how many times the letters
question 1 write a program that displays a checkerboard with 64 squares alternating white and black2 write a program