Click here to Skip to main content
15,887,253 members
Home / Discussions / Java
   

Java

 
GeneralRe: MS Doc in Java Pin
Thirunavukkarasu Dhanushkodi11-Feb-13 5:13
Thirunavukkarasu Dhanushkodi11-Feb-13 5:13 
AnswerRe: MS Doc in Java Pin
TorstenH.14-Feb-13 4:03
TorstenH.14-Feb-13 4:03 
QuestionJDBC Pin
Thirunavukkarasu Dhanushkodi9-Feb-13 18:09
Thirunavukkarasu Dhanushkodi9-Feb-13 18:09 
AnswerRe: JDBC Pin
Richard MacCutchan9-Feb-13 21:38
mveRichard MacCutchan9-Feb-13 21:38 
AnswerRe: JDBC Pin
Thirunavukkarasu Dhanushkodi11-Feb-13 4:53
Thirunavukkarasu Dhanushkodi11-Feb-13 4:53 
Questionimage and video trapping using with mobile camera in java and j2me language code Pin
anand pal8-Feb-13 20:44
anand pal8-Feb-13 20:44 
AnswerRe: image and video trapping using with mobile camera in java and j2me language code Pin
Richard MacCutchan8-Feb-13 23:07
mveRichard MacCutchan8-Feb-13 23:07 
QuestionHelp me to fix my codes in Java Pin
mobi358-Feb-13 4:47
mobi358-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 Java Pin
Richard MacCutchan8-Feb-13 5:36
mveRichard MacCutchan8-Feb-13 5:36 
GeneralRe: Help me to fix my codes in Java Pin
mobi358-Feb-13 12:13
mobi358-Feb-13 12:13 
GeneralRe: Help me to fix my codes in Java Pin
Richard MacCutchan8-Feb-13 22:27
mveRichard MacCutchan8-Feb-13 22:27 
AnswerRe: Help me to fix my codes in Java Pin
SENTHILKANTH26-Feb-13 1:49
SENTHILKANTH26-Feb-13 1:49 
Questionplease help Pin
OmarSH7-Feb-13 2:41
OmarSH7-Feb-13 2:41 
Answersolution for your problem Pin
venky00287-Feb-13 3:10
venky00287-Feb-13 3:10 
GeneralRe: your solution didnt work Pin
OmarSH7-Feb-13 7:55
OmarSH7-Feb-13 7:55 
AnswerRe: please help Pin
jschell7-Feb-13 10:03
jschell7-Feb-13 10:03 
GeneralRe: please help Pin
OmarSH7-Feb-13 11:00
OmarSH7-Feb-13 11:00 
GeneralRe: please help Pin
Richard MacCutchan7-Feb-13 23:12
mveRichard MacCutchan7-Feb-13 23:12 
AnswerRe: please help Pin
pranay198817-Feb-13 3:32
pranay198817-Feb-13 3:32 
Questionhelp Pin
obamiyijacob6-Feb-13 2:49
obamiyijacob6-Feb-13 2:49 
AnswerRe: help Pin
Richard MacCutchan6-Feb-13 3:13
mveRichard MacCutchan6-Feb-13 3:13 
Questionneed help Pin
obamiyijacob6-Feb-13 2:45
obamiyijacob6-Feb-13 2:45 
AnswerRe: need help Pin
Richard MacCutchan6-Feb-13 3:12
mveRichard MacCutchan6-Feb-13 3:12 
QuestionGenerate X509 Certificate and Sign it Pin
Abdullah Alsaadi5-Feb-13 15:11
Abdullah Alsaadi5-Feb-13 15:11 
AnswerRe: Generate X509 Certificate and Sign it Pin
Sandeep Mewara5-Feb-13 18:37
mveSandeep Mewara5-Feb-13 18:37 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.