From a69bb4474a3264a9a7a7f8b8d8154ea771f167c8 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 28 Jun 2019 23:44:22 -0400 Subject: [PATCH] Fix ungroup. --- cFileSystemPane.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cFileSystemPane.java b/cFileSystemPane.java index cbc4ddf..98b5413 100644 --- a/cFileSystemPane.java +++ b/cFileSystemPane.java @@ -32,7 +32,7 @@ { owner = o; - setName("File system"); + setName("Files"); //System.out.println("layout : " + getLayout()); //setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); //setLayout(new GridBagLayout()); -- Gitblit v1.6.2