// lblCpuCount.getSwingComponent().setEnabled(!disabled);
// lblProcessorPerNode.getSwingComponent().setEnabled(!disabled);
// }
// });
XBayaLabel lbljobType = new XBayaLabel("Job Type",cmbJobType);
XBayaLabel lblProjectAccountNumber = new XBayaLabel("Project Account Number *",txtProjectAccountNumber);
XBayaLabel lblProjectAccountDescription = new XBayaLabel("Project Account Description",txtProjectAccountDescription);
XBayaLabel lblQueueType = new XBayaLabel("Queue Type *",txtQueueType);
XBayaLabel lblMaxWallTime = new XBayaLabel("Max Wall Time",txtMaxWallTime);
lblCpuCount = new XBayaLabel("CPU Count",txtCpuCount);
lblProcessorPerNode = new XBayaLabel("Processor Per Node", txtProcessorsPerNode);
XBayaLabel lblMinMemory = new XBayaLabel("Min Memory",txtMinMemory);
XBayaLabel lblMaxMemory = new XBayaLabel("Max Memory",txtMaxMemory);
lbNodeCount = new XBayaLabel("Node Count", txtNodeCount);
panel.add(lbljobType);
panel.add(cmbJobType);
panel.add(lblProjectAccountNumber);
panel.add(txtProjectAccountNumber);