disabled choice of communication protocols

This commit is contained in:
fros4943 2008-11-03 18:32:22 +00:00
parent 488e5dab37
commit 4a7f8d3075

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: ContikiMoteTypeDialog.java,v 1.48 2008/10/29 11:47:50 fros4943 Exp $ * $Id: ContikiMoteTypeDialog.java,v 1.49 2008/11/03 18:32:22 fros4943 Exp $
*/ */
package se.sics.cooja.contikimote; package se.sics.cooja.contikimote;
@ -722,6 +722,8 @@ public class ContikiMoteTypeDialog extends JDialog {
} }
}); });
commStackComboBox.setSelectedIndex(0); commStackComboBox.setSelectedIndex(0);
commStackComboBox.setEnabled(false);
commStackComboBox.setToolTipText("Disabled since Nov 2008, awaiting new Contiki communication protocol build interface");
smallPane.add(label); smallPane.add(label);
smallPane.add(Box.createHorizontalStrut(10)); smallPane.add(Box.createHorizontalStrut(10));