Click here to Skip to main content
       

Java

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionHelp me to fix my codes in Javamembermobi358 Feb '13 - 4:47 
import java.awt.*;
import java.applet.Applet;
import javax.swing.*;
import java.awt.event.*;
public class Calendar extends Applet 
{
      int Year=0;
      int a=0;
      int b=0, c=0;
      int StartOfDay=0;
      int Month=0;
      int Day=0;
      String Holder="";
     int DaysInMonth[]={0,31,28,31,30,31,30,31,31,30,31,30,31};
     String ArrMonths[]=
     {
    "\nJanuary",
    "\nFebruary",
    "\nMarch",
    "\nApril",
    "\nMay",
    "\nJune",
    "\nJuly",
    "\nAugust",
    "\nSeptember",
    "\nOctober",
    "\nNovember",
    "\nDecember"
     };
   JLabel lblInput= new JLabel("Input year:");
   JTextField txtInput= new JTextField("2012",4);
   JLabel[] lbl1= new JLabel[12];  
   JButton btnOk=new JButton("OK");
   //JButton btnClr=new JButton("Clear");
   //public void init()
}
    
 
sir .. can you help me ..
There was no error . but when i try to run file .. it failed to initialize . I just want to have a calendar in Java for our finals .. I think its not really difficult .. so i choose this proposal. thanks .. I hop you help me guys Wink | ;)
 
NOTE: Sorry guys it was my first time to do java .. so please don't laugh at me .. LOL Smile | :)
AnswerRe: Help me to fix my codes in JavamvpRichard MacCutchan8 Feb '13 - 5:36 
You have not added any actual code to this to do anything. I suggest you work through this tutorial[^].
GeneralRe: Help me to fix my codes in Javamembermobi358 Feb '13 - 12:13 
Sir ... I dont really have Idea .. Is it possible to do a calendar in applet ? . just a simple calendar ? ..
GeneralRe: Help me to fix my codes in JavamvpRichard MacCutchan8 Feb '13 - 22:27 
mobi35 wrote:
I dont really have Idea
Then go and work through the tutorial that I gave you a link for.
AnswerRe: Help me to fix my codes in JavamemberSENTHILKANTH26 Feb '13 - 1:49 
i appreciate ur knowledge pa...
my suggestion is use browser code or (html) code to invoke applet into browser..try it..my dear friend...

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid