Click here to Skip to main content
15,905,414 members
Home / Discussions / Java
   

Java

 
AnswerRe: How to refresh JTable of Frame one on close of Frame two Pin
David Skelly27-Sep-10 22:40
David Skelly27-Sep-10 22:40 
QuestionDefault form Pin
future383926-Sep-10 17:12
future383926-Sep-10 17:12 
AnswerRe: Default form Pin
David Skelly27-Sep-10 22:38
David Skelly27-Sep-10 22:38 
Questionjava VS javafx Pin
future383926-Sep-10 15:33
future383926-Sep-10 15:33 
AnswerRe: java VS javafx Pin
David Skelly27-Sep-10 22:35
David Skelly27-Sep-10 22:35 
GeneralRe: java VS javafx Pin
RijoPanakkal26-Jul-13 20:52
professionalRijoPanakkal26-Jul-13 20:52 
QuestionInheritance Pin
future383925-Sep-10 3:19
future383925-Sep-10 3:19 
AnswerRe: Inheritance Pin
Luc Pattyn25-Sep-10 5:34
sitebuilderLuc Pattyn25-Sep-10 5:34 
yes, you could (and should) take advantage of inheritance in such a situation: put the data members and code methods that are common to all kinds into a common base class, then "specialize" the things you need by creating new classes that inherit from said base class.

Most text books have an Animal,Cat&Dog example (or something similar) illustrating the concept.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionDataObjectFieldAttribute(True, True, True) Pin
future383924-Sep-10 16:48
future383924-Sep-10 16:48 
QuestionCreatingFolder(nTier) Pin
future383924-Sep-10 16:46
future383924-Sep-10 16:46 
AnswerRe: CreatingFolder(nTier) Pin
Nagy Vilmos24-Sep-10 22:19
professionalNagy Vilmos24-Sep-10 22:19 
Questiondeveloping java components Pin
Bharat0224-Sep-10 2:24
Bharat0224-Sep-10 2:24 
AnswerRe: developing java components Pin
Richard MacCutchan24-Sep-10 4:04
mveRichard MacCutchan24-Sep-10 4:04 
AnswerRe: developing java components Pin
Cedric Moonen24-Sep-10 4:12
Cedric Moonen24-Sep-10 4:12 
AnswerRe: developing java components Pin
Nagy Vilmos24-Sep-10 4:46
professionalNagy Vilmos24-Sep-10 4:46 
GeneralRe: developing java components Pin
David Skelly24-Sep-10 5:53
David Skelly24-Sep-10 5:53 
GeneralRe: developing java components Pin
Nagy Vilmos24-Sep-10 5:56
professionalNagy Vilmos24-Sep-10 5:56 
QuestionJ2SE Pin
future383923-Sep-10 4:29
future383923-Sep-10 4:29 
AnswerRe: J2SE Pin
Nagy Vilmos23-Sep-10 5:24
professionalNagy Vilmos23-Sep-10 5:24 
AnswerRe: J2SE Pin
bilal.hobnail23-Sep-10 20:39
bilal.hobnail23-Sep-10 20:39 
QuestionReflective constructor matching problem Pin
Branislav Vidovic22-Sep-10 22:26
Branislav Vidovic22-Sep-10 22:26 
AnswerRe: Reflective constructor matching problem Pin
David Skelly23-Sep-10 3:58
David Skelly23-Sep-10 3:58 
GeneralRe: Reflective constructor matching problem Pin
Branislav Vidovic23-Sep-10 4:13
Branislav Vidovic23-Sep-10 4:13 
Questionjava code for antispam Pin
niteshtirkey22-Sep-10 12:56
niteshtirkey22-Sep-10 12:56 
AnswerRe: java code for antispam Pin
Gerben Jongerius22-Sep-10 21:50
Gerben Jongerius22-Sep-10 21:50 

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.