can interface solve this problem in java

can interface solve this problem in java

I have a JDialog which displays the calendar [from 2010-2020], i created this in a different class. In this calendar each day from 1-31 is placed in corresponding cells of a 5X6 JTable. Now i need to get which day is clicked by the user from another class which calls this calander class. can interface solve this problem. If yes then how. pls help me

View Answers

August 19, 2011 at 3:04 PM


August 19, 2011 at 3:46 PM

thanks very much, this is the actual thing i need :)









Related Tutorials/Questions & Answers:
can interface solve this problem in java
can interface solve this problem in java  I have a JDialog which... this calander class. can interface solve this problem. If yes then how. pls.../tutorial/java/swing/datePicker.html   thanks very much
problem on marker interface - Java Beginners
problem on marker interface  i want to know about marker interface... tagged or marker interface is used to just identify the class, in real time... module,this tag or marker interface is useful. *. In serialization also
Advertisements
solve this problem
solve this problem  I typed this program and compiled.The program is compiled but when i eneterd url in tomcat server. Its not giving error but only... in table please tell me the solution for thid problem import java.io.*; import
How to solve button problem - Java Beginners
to solve this problem. Thank you Sir, Yours truly, T.Ramesh Puttaparthy...How to solve button problem  I have created button (Open File Dialog... Open Dialog Box and from that displaying image files. But problem is Iā??ve used
help me to solve this problem..
help me to solve this problem..  Given below is a class definition for Book. Type and compile the class, and answer the following questions: class...; } } Write a program in a class TestBook that can do the following: Read
Solve this problem plzzz
Solve this problem plzzz  Prashant.jsp (this is my JSP file) <HTML> <HEAD> <TITLE>Login using jsp <BODY>... kindly help me and check all those files and solve my problem as soon as possible
how to solve an internet connection problem
how to solve an internet connection problem  when i run my application it give me this error: Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: Not yet implemented the problem is that i don`t know
How can we solve this puzzle using java ?
How can we solve this puzzle using java ?  Sachin likes sweets a lot... contiguous stalls. So, he can buy from as many stalls as he wants, but all... will be the total cost of all possible ways of buying sweets. Can you help him
how to solve this problem for oracle connectivity
how to solve this problem for oracle connectivity  Exception in thread "main" java.sql.SQLException: Io exception: The Network Adap ter could not establish the connection
Please Help To Solve My Problem
Please Help To Solve My Problem  PHP I Have 6 Textbox and 1 ok... With B Team when A Team Play With B Team Again Then Generate Error. I Am Solve This Problem With If...Else If...Else Statement But When the More Team
i need help to solve this problem
i need help to solve this problem  Write a stack class ArrayStack.java implements PureStack interface that reads in strings from standard input and prints them in reverse order. and Show step by step what queue will look like
how do i solve this problem?
how do i solve this problem?  Define a class named Circle with the following properties: List item An integer data field named radius with protected access modifier, and a String data field named colour with private access
Can an Interface implement another Interface?
Can an Interface implement another Interface?   Hi, Can an Interface implement another Interface? Thanks
Can an Interface extend another Interface?
Can an Interface extend another Interface?   Hi, Can an Interface extend another Interface? thanks
Simple problem to solve - JSP-Servlet
Simple problem to solve  Respected Sir/Madam, I am R.Ragavendran.. Thanks for your kind and timely help for the program I have asked.... But in that I am facing a very very minute problem. The alert boxes are displayed
Simple problem to solve - JSP-Servlet
Simple problem to solve  Respected Sir/Madam, I am.... But in that I am facing a very very minute problem. The alert boxes are displayed.../Regards, R.Ragavendran..   Hi Raghavendran, The problem is not so
plz anyone can solve my
plz anyone can solve my  creat an applet prog which accepts the details of 10 customers like name , address , city , ect. and display it   import java.awt.*; import javax.swing.*; import java.awt.event.*; import
Java Interface
Java Interface  Can an Interface have an inner class?  Yes, interface can have inner class. for example- public interface gyan { static...("in interface"); }; public static void main(String args
how should i can solve
how should i can solve  Web based program - Input - Person's contact details with Passport Number as Unique Key. Save data in to oracle / MySQL. Output - List of Persons saved in the database. Technology to be used - JSP
Java interface
Java interface  What is the List interface
Java interface
Java interface  What must a class do to implement an interface?  It must provide all of the methods in the interface and identify the interface in its implements clause
Java interface
Java interface  What modifiers may be used with an interface declaration
Interface - Java Beginners
Interface in Core Java  What is Interface? How Can i Use Interface in Core Java
A Program To Solve In Java
A Program To Solve In Java  x!/x+(x+2)!/x+(x+4)!/x ... (x+n)!/x
Interface in java with example
We are going to discuss about Interface in Java. Interface is blueprint... it by other interface. We can extend one or more other interfaces but cannot implement them. Java interface is nothing but is a empty collection
Solve Program - Java Beginners
Solve Program  Write a progaram in java to display all odd number from 1 to 100   hi use this code package rajanikant.code.sep_2008...://www.roseindia.net/java/ Thanks
Solve it - Java Beginners
Solve it  Hi Friends, Thanks for continue reply.. I have... is write here. no information display in the jsp file please solve it and let me know This is java file public Vector getExamInfo() { String
Marker Interface,Java Marker Interface
Interface in Java       In this section we will learn about Interface and Marker Interfaces in Java.... Electric switch is also the interface's example. But in java programming language
Solve it
Solve it  How to calculate the value which contains oparator and operand both using command line argument
to solve the error - Java Beginners
to solve the error  class bubbleSort1{ public static void bubbleSort(int[] x) { int n = x.length; for (int pass=1; pass < n; pass...; } } } } } For read more information : http://www.roseindia.net/java/ Thanks
Java interface reference
Java interface reference  When can an object reference be cast to an interface reference
interface
? In such a case how can we say that java doesn't supports multiple inheritance   Through interface, we can achieve the multiple inheritance. Java does...interface  What is the exact use of interface in real time scenario
Interface in java
Interface in java  An Interface method implemented in more than one different class with same method name. To avoid overriding of methods, we use ObjectReference for that class
java interface
java interface  Create a interface called student Define methods like get roll number Get name Get subject Create two classes Electronic student And history student Enter 5 students in the main class 2 of history and 3 elec
Interface
Interface  Can Any one Give the exact program explanation for Interface in java? and want to know why they used interface instead of multiple... method it will take.It creates complexity.Therefore java uses Interface
solve it - Java Beginners
solve it  Hi friend, I want to use switch case in jsp please let me know how to call page in jsp using include tag i want call this file using include tag please help me use switch statement in jsp
Can a method inside a Interface be declared as final?
Can a method inside a Interface be declared as final?   Hi, Can a method inside a Interface be declared as final? Thanks
Can a method inside a Interface be declared as final?
Can a method inside a Interface be declared as final?   Hi, Can a method inside a Interface be declared as final? Thanks
about interface - Java Beginners
about interface  can anyone explain to me the implementation of the given line Set si=new HashSet(); Problem is that Set is an interface and HashSet is a class... so how instantiation of interface is possible..or..what
Problem with picture - Java Beginners
Problem with picture   Hi, I Develope a School Automated System that takes a details from the user interface and deposited into the database... the System picture Folder and display it on the User Interface. Now, i want the registrar
Problem with picture - Java Beginners
Problem with picture   Hi, I Develope a School Automated System that takes a details from the user interface and deposited into the database... the System picture Folder and display it on the User Interface. Now, i want the registrar
solve this
solve this   Create a student class. The student object should have studentid, studentname, subject and marks as properties. Also generate the getter and setter methods. Create 5 objects of this class and populate values
Interface in Java
is achieved in  Java. In an interface, only abstract method can be declared... Source Code Multiple inheritance by interface In Java a class can extend only...Interface in Java Interface in java programming languages is a collection
Java Interface
Java Interface In this section we will discuss about the interface in Java... will be end for :ADS_TO_REPLACE_1 1. Can an interface implements another interface ? 2. Can an interface extends the other interface. 3. How a class can implement one
interface - Java Beginners
interface  what is an interface? when we will we use an interface in java? what will achived using interface?  Hi friend, Interface... implementations). An interface can also include constant declarations. * A class
interface - Java Magazine
engineering in gujrat.and i dont know about actual useof interface in java and in all java technology so plz solve my question sir  Hi Friend, Please visit the following link: http://www.roseindia.net/tutorial/java
Solve
add the numbers and print the output  There will be 5 numbers (each in a new line) written in a text file. Text file name will be ?input2.txt?. Your Java code should read that text file, add all the numbers and print the output
how can i define only one method from the interface. - Java Beginners
how can i define only one method from the interface.  If i am having an interface with 3 methods(declaration) . If i want to use only one method..., If u declare the methods in interface then it must be define in the class
Java cloneable interface
Java cloneable interface  What is cloneable interface
interface.
interface.  Write short note on interface.   Please visit the following link: Java Interface

Ads