Anonymous
04-12-2002, 11:34 PM
i don't understand this 2 line of codes which place at jfreereportdemo.java for printing report 2.
Group group = (Group)report2.getGroups().get(0);
ItemBand band = report2.getItemBand();
i was tried to change the .get(0) to other value but it seem nothing changes, and i also remove these 2 lines and same result was show out.
why?
Group group = (Group)report2.getGroups().get(0);
ItemBand band = report2.getItemBand();
i was tried to change the .get(0) to other value but it seem nothing changes, and i also remove these 2 lines and same result was show out.
why?