I was wondering why is the URL Bar and buttons fixed at the bottom of the browser ? I think you may want to shift the URL Bar and buttons to the top of the browser and it's a norm for url bars and buttons located at the top of the browser.
I can see you are using BorderLayout for the frame and FlowLayout for the Url bar and buttons panel. For the url bar , can you lean it more to the left of the panel by either adjusting the FlowLayout or use other layouts like GroupLayout or GridBagLayout.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering why is the URL Bar and buttons fixed at the bottom of the browser ? I think you may want to shift the URL Bar and buttons to the top of the browser and it's a norm for url bars and buttons located at the top of the browser.
I can see you are using BorderLayout for the frame and FlowLayout for the Url bar and buttons panel. For the url bar , can you lean it more to the left of the panel by either adjusting the FlowLayout or use other layouts like GroupLayout or GridBagLayout.