public class RubyPathPanel extends ListPanel implements ISubPropertiesPanel {
private JTextField home = new JTextField();
public RubyPathPanel(JDialog parent) {
super(parent, true);
TextPrompt prompt = new TextPrompt("(Bundled JRuby)", home);
prompt.changeAlpha((float) 0.5);
}