randompixels

Results 2 comments of randompixels

One way to do this is to edit file src/org/gophie/ui/MainWindow.java, lines 122 and 124, to swap navigationBar and headerBar. My code now looks like this: ``` contentPane.add(this.navigationBar, BorderLayout.NORTH); contentPane.add(this.pageView, BorderLayout.CENTER);...