[Tinyos-2-commits] CVS: tinyos-2.x/apps/Oscilloscope/java Window.java, 1.3, 1.4

Jan Beutel beutel at users.sourceforge.net
Thu Sep 6 05:10:53 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27224/apps/Oscilloscope/java

Modified Files:
	Window.java 
Log Message:
did some cosmetics to the code to check checkstyle output on the autobuilds

Index: Window.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/java/Window.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Window.java	6 Sep 2007 10:26:05 -0000	1.3
--- Window.java	6 Sep 2007 12:10:50 -0000	1.4
***************
*** 190,194 ****
      Box xControl = new Box(BoxLayout.Y_AXIS);
      xLabel = makeLabel("", JLabel.CENTER);
!     JSlider xSlider = new JSlider(JSlider.HORIZONTAL, 0, 8, graph.scale);
      Hashtable xTable = new Hashtable();
      for (int i = 0; i <= 8; i += 2) {
--- 190,194 ----
      Box xControl = new Box(BoxLayout.Y_AXIS);
      xLabel = makeLabel("", JLabel.CENTER);
!     final JSlider xSlider = new JSlider(JSlider.HORIZONTAL, 0, 8, graph.scale);
      Hashtable xTable = new Hashtable();
      for (int i = 0; i <= 8; i += 2) {



More information about the Tinyos-2-commits mailing list