java code

Simple Doodle Jump in Java Free Source Code

Submitted by razormist on
Simple Doodle Jump in Java Free Source Code - A classic Arcade Style game where the goal of the game is to score as higher as you can by jumping. Each time you land on a platform you will gain a score. Be careful and always step a platform in order to continue gaining a score. Java Free Source Code.

Simple Ordering System in Java Free Source Code

Submitted by razormist on
Simple Ordering System in Java Free Source Code - A simple simple that allow customer to order their food digitally. The user can manage the food details by adding, deleting, and updating of data. This system has a add to cart feature that can easily manage the customer food ordered. Java Free Source Code.

Simple Text Editor in Java Free Source Code

Submitted by razormist on
Simple Text Editor in Java Free Source Code - A simple application that can let you edit your text as a text editor. This application can change the font style of your text and also the font size. The application can also let you saved your inputted text by clicking the Save as. Java Free Source Code.

CD Rental Colasaw

Submitted by colasaw2010 on
import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.text.*; import java.util.*; import java.io.*; import java.io.BufferedReader; import java.lang.*; public class CDGui extends JFrame{ private JTextField txtCDNo, txtCDTitle, txtCDArtist, txtCDType, txtCDStatus; private JLabel CDNo, CDTitle, CDType, CDStatus, CDArtist, lblTitle;

please help me to correct the followin java code

Submitted by hkm on
// hello i got some errors in the code below, and i dont understand how to correct so please guide me import java.util.Scanner;public class Task72{ public static void main(String[] args) { String [] entry=new String[10]; input(entry); display(entry); check(entry); public static input(String []urentry) { System.out.println("Enter ten text entry"); for(i=0; i10;i++) { Scanner scan=new Scanner