/*******************************************************************************/ class Stars { float x[], y[], dy[]; Stars(int count) { x = new float[count]; y = new float[count]; dy = new float[count]; for (int i=0; i