I know how to put my Form on top, but I\'开发者_开发百科m striving for a more specific behavior:
In Scala, you often use an iterator to do a for loop in an increasing order like: for(i <- 1 to 10){ code }