~josejuan-sanchez/jhelioviewer/soc

« back to all changes in this revision

Viewing changes to src/jhv/src/org/helioviewer/jhv/layers/LayersModel.java

  • Committer: José Juan Sánchez Hernández
  • Date: 2011-10-24 19:09:33 UTC
  • Revision ID: josejuan.sanchez@gmail.com-20111024190933-31ncf40hl3cimn7i
Modifications in the communication scheme. In this version the client updates the estimated bandwidth and the framerate. The miniview is disabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
936
936
        LayeredView lv = getLayeredView();
937
937
        lv.removeLayer(idx);
938
938
        Log.debug(">> LayersModel.removeLayer()");
939
 
        System.out.println("****************** Close Layer. activeLayer: " + activeLayer + " ******************");
940
939
    }
941
940
 
942
941
    /**