Once the dashboard gets designed, we will need to write code that will build the dashboard. Take a peek at Dashboard.java in RapidCode for an example of how to do this (look in the constructor). Just write the code that handles placement of each item, and make sure to have member-level variables for each item so we can reference them later in the code.