TestTool.java (db859879) | TestTool.java (437a6594) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 220 unchanged lines hidden (view full) --- 229 **************************************************************************************/ 230 231 232 /****************************************************************************** 233 * UI related methods 234 ******************************************************************************/ 235 236 /* | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 220 unchanged lines hidden (view full) --- 229 **************************************************************************************/ 230 231 232 /****************************************************************************** 233 * UI related methods 234 ******************************************************************************/ 235 236 /* |
237 * initalizes the UI. | 237 * initializes the UI. |
238 */ 239 private void initUI() 240 { 241 m_leftTreeModelAdapter = new DomToTreeModelAdapter(m_document); 242 m_middleTreeModelAdapter = new DomToTreeModelAdapter(m_document); 243 m_rightTreeModelAdapter = new DomToTreeModelAdapter(m_document); 244 245 m_parsingThread = null; --- 1143 unchanged lines hidden --- | 238 */ 239 private void initUI() 240 { 241 m_leftTreeModelAdapter = new DomToTreeModelAdapter(m_document); 242 m_middleTreeModelAdapter = new DomToTreeModelAdapter(m_document); 243 m_rightTreeModelAdapter = new DomToTreeModelAdapter(m_document); 244 245 m_parsingThread = null; --- 1143 unchanged lines hidden --- |