Skip to content

Commit

Permalink
moved related classes to their own sorttable package
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 2, 2023
1 parent e9a18b5 commit 520b7bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
* limitations under the License.
*/

package org.apache.log4j.chainsaw.components.elements;
package org.apache.log4j.chainsaw.components.elements.sorttable;

import org.apache.log4j.chainsaw.ChainsawColumns;
import org.apache.log4j.chainsaw.SortHeaderRenderer;
import org.apache.log4j.chainsaw.SortTableModel;
import org.apache.log4j.chainsaw.helper.SwingHelper;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.log4j.chainsaw;
package org.apache.log4j.chainsaw.components.elements.sorttable;

import javax.swing.*;
import java.awt.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
* limitations under the License.
*/

package org.apache.log4j.chainsaw;

import org.apache.log4j.chainsaw.components.elements.JSortTable;
package org.apache.log4j.chainsaw.components.elements.sorttable;

import javax.swing.*;
import javax.swing.table.DefaultTableCellRenderer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.log4j.chainsaw.*;
import org.apache.log4j.chainsaw.color.ColorPanel;
import org.apache.log4j.chainsaw.color.RuleColorizer;
import org.apache.log4j.chainsaw.components.elements.JSortTable;
import org.apache.log4j.chainsaw.components.elements.sorttable.JSortTable;
import org.apache.log4j.chainsaw.components.elements.SmallButton;
import org.apache.log4j.chainsaw.components.elements.SmallToggleButton;
import org.apache.log4j.chainsaw.filter.FilterModel;
Expand Down

0 comments on commit 520b7bb

Please sign in to comment.