Switch to unified view

a/tool/src/GUI/StudioUI2.java b/tool/src/GUI/StudioUI2.java
...
...
896
    /**
896
    /**
897
     * Add related news to the front screen
897
     * Add related news to the front screen
898
     */
898
     */
899
    private void doFrontScreen() {
899
    private void doFrontScreen() {
900
        
900
        
901
        String timeLine = www.twitter.getTimeLine("@triplechecked");
901
        String timeLine = "";// www.twitter.getTimeLine("@triplechecked");
902
        
902
        
903
        // did we got anything from the web?
903
        // did we got anything from the web?
904
        if(timeLine == null){
904
        if(timeLine == null){
905
            // nothing, just return without further action
905
            // nothing, just return without further action
906
            return;
906
            return;