Click here to Skip to main content
15,890,123 members
Home / Discussions / Java
   

Java

 
QuestionRe: Need help on JAVA survey Pin
mohammed shihab20-Jun-14 0:44
mohammed shihab20-Jun-14 0:44 
AnswerRe: Need help on JAVA survey Pin
Richard MacCutchan20-Jun-14 1:25
mveRichard MacCutchan20-Jun-14 1:25 
GeneralRe: Need help on JAVA survey Pin
mohammed shihab20-Jun-14 4:40
mohammed shihab20-Jun-14 4:40 
Questionpeer to peer Pin
Member 1089097217-Jun-14 13:38
Member 1089097217-Jun-14 13:38 
SuggestionRe: peer to peer Pin
Richard MacCutchan17-Jun-14 22:16
mveRichard MacCutchan17-Jun-14 22:16 
AnswerRe: peer to peer Pin
jschell18-Jun-14 11:19
jschell18-Jun-14 11:19 
QuestionJava GUI programming Pin
Francesco Fraccaroli16-Jun-14 1:59
Francesco Fraccaroli16-Jun-14 1:59 
AnswerRe: Java GUI programming Pin
Richard MacCutchan16-Jun-14 3:34
mveRichard MacCutchan16-Jun-14 3:34 
If you follow one of the modern patterns (MVC, MVVM etc) your GUI should be separated from your business logic such that you can test the latter even before the GUI is designed. So work on the business side of things first, it's much easier to add or modify the GUI than to rework your classes to match the display.

It's generally not good practice to have public variables, as such. Pass them as parameters or use setters and getters[^].
GeneralRe: Java GUI programming Pin
Francesco Fraccaroli16-Jun-14 22:49
Francesco Fraccaroli16-Jun-14 22:49 
GeneralRe: Java GUI programming Pin
Richard MacCutchan16-Jun-14 23:05
mveRichard MacCutchan16-Jun-14 23:05 
QuestionOpening pdf files using Java Pin
Member 1088342114-Jun-14 4:11
Member 1088342114-Jun-14 4:11 
AnswerRe: Opening pdf files using Java Pin
Peter Leow14-Jun-14 4:53
professionalPeter Leow14-Jun-14 4:53 
GeneralRe: Opening pdf files using Java Pin
Member 1089404118-Jun-14 22:50
Member 1089404118-Jun-14 22:50 
QuestionOne To many mapping in spring mvc and hibernate . Pin
praveenxyz5-Jun-14 3:20
professionalpraveenxyz5-Jun-14 3:20 
AnswerRe: One To many mapping in spring mvc and hibernate . Pin
Richard MacCutchan5-Jun-14 6:08
mveRichard MacCutchan5-Jun-14 6:08 
AnswerRe: One To many mapping in spring mvc and hibernate . Pin
jschell8-Jun-14 9:22
jschell8-Jun-14 9:22 
QuestionHandling Biometric Fingerprint Attendance Machine Pin
Maheera Jazi3-Jun-14 21:27
Maheera Jazi3-Jun-14 21:27 
AnswerRe: Handling Biometric Fingerprint Attendance Machine Pin
Peter_in_27803-Jun-14 21:49
professionalPeter_in_27803-Jun-14 21:49 
GeneralRe: Handling Biometric Fingerprint Attendance Machine Pin
Maheera Jazi3-Jun-14 21:56
Maheera Jazi3-Jun-14 21:56 
QuestionRe: Handling Biometric Fingerprint Attendance Machine Pin
Richard MacCutchan3-Jun-14 22:01
mveRichard MacCutchan3-Jun-14 22:01 
AnswerRe: Handling Biometric Fingerprint Attendance Machine Pin
Maheera Jazi3-Jun-14 22:05
Maheera Jazi3-Jun-14 22:05 
GeneralRe: Handling Biometric Fingerprint Attendance Machine Pin
Richard MacCutchan3-Jun-14 22:32
mveRichard MacCutchan3-Jun-14 22:32 
GeneralRe: Handling Biometric Fingerprint Attendance Machine Pin
Maheera Jazi3-Jun-14 22:35
Maheera Jazi3-Jun-14 22:35 
GeneralRe: Handling Biometric Fingerprint Attendance Machine Pin
Richard MacCutchan3-Jun-14 22:40
mveRichard MacCutchan3-Jun-14 22:40 
GeneralRe: Handling Biometric Fingerprint Attendance Machine Pin
Maheera Jazi3-Jun-14 22:44
Maheera Jazi3-Jun-14 22:44 

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.