Click here to Skip to main content
15,914,409 members
Home / Discussions / Java
   

Java

 
AnswerRe: applet image loading problem Pin
ekba8912-Nov-10 12:49
ekba8912-Nov-10 12:49 
Questionwhy can't I figure out array input Pin
LORDA127-Nov-10 23:08
LORDA127-Nov-10 23:08 
AnswerRe: why can't I figure out array input Pin
Cedric Moonen7-Nov-10 23:27
Cedric Moonen7-Nov-10 23:27 
GeneralRe: why can't I figure out array input Pin
LORDA127-Nov-10 23:41
LORDA127-Nov-10 23:41 
GeneralRe: why can't I figure out array input Pin
Cedric Moonen7-Nov-10 23:54
Cedric Moonen7-Nov-10 23:54 
AnswerRe: why can't I figure out array input Pin
Luc Pattyn8-Nov-10 2:01
sitebuilderLuc Pattyn8-Nov-10 2:01 
AnswerRe: why can't I figure out array input [modified] Pin
Nagy Vilmos8-Nov-10 2:55
professionalNagy Vilmos8-Nov-10 2:55 
AnswerRe: why can't I figure out array input Pin
moxwose18-Nov-10 23:22
moxwose18-Nov-10 23:22 
" System.in.read(client[i]);" it can be compiled?
according my experience ,you may do like :
DataInputStream dIn = new DataInputStream(System.in);
for ( int i = 0; i<10; i++)
{
client[i] = dIn.readInt();
}
QuestionAndroid Mobile Application Pin
Smaini Nurbs7-Nov-10 2:51
Smaini Nurbs7-Nov-10 2:51 
AnswerRe: Android Mobile Application Pin
Richard MacCutchan7-Nov-10 5:41
mveRichard MacCutchan7-Nov-10 5:41 
QuestionAndroid Stopwatch Pin
Smaini Nurbs7-Nov-10 2:46
Smaini Nurbs7-Nov-10 2:46 
AnswerRe: Android Stopwatch Pin
TorstenH.7-Nov-10 21:14
TorstenH.7-Nov-10 21:14 
Questionvideo handling in java Pin
kinl5-Nov-10 21:55
kinl5-Nov-10 21:55 
AnswerRe: video handling in java Pin
Richard MacCutchan5-Nov-10 23:30
mveRichard MacCutchan5-Nov-10 23:30 
QuestionMessage Removed Pin
5-Nov-10 21:15
kingnking5-Nov-10 21:15 
AnswerRe: help with HMM and GMM Pin
Richard MacCutchan5-Nov-10 23:28
mveRichard MacCutchan5-Nov-10 23:28 
GeneralRe: help with HMM and GMM Pin
kingnking6-Nov-10 2:11
kingnking6-Nov-10 2:11 
QuestionArrayList Class Pin
ammu233-Nov-10 3:43
ammu233-Nov-10 3:43 
AnswerRe: ArrayList Class Pin
TorstenH.3-Nov-10 21:57
TorstenH.3-Nov-10 21:57 
AnswerRe: ArrayList Class Pin
jschell4-Nov-10 8:40
jschell4-Nov-10 8:40 
QuestionHibernate from Eclipse to NetBeans Pin
CostasAn2-Nov-10 23:37
CostasAn2-Nov-10 23:37 
AnswerRe: Hibernate from Eclipse to NetBeans Pin
Nagy Vilmos2-Nov-10 23:48
professionalNagy Vilmos2-Nov-10 23:48 
GeneralRe: Hibernate from Eclipse to NetBeans Pin
CostasAn3-Nov-10 8:26
CostasAn3-Nov-10 8:26 
QuestionAbout repaint() method in java applet Pin
WindowsVsLinux1-Nov-10 9:35
WindowsVsLinux1-Nov-10 9:35 
AnswerRe: About repaint() method in java applet Pin
Richard MacCutchan1-Nov-10 11:42
mveRichard MacCutchan1-Nov-10 11:42 

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.