I'm following a java tutorial named "Java Swing first programs" and I noticed something that troubles me. At one point, there's a function written like this:
private void createLayout(JComponent... arg)
I was wandering why there was a ...
and what those it do?
The tutorial: http://zetcode.com/tutorials/javaswingtutorial/firstprograms/