I would like for my code below to display the word middle right below the word top. I can't figure out how to do this.



import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
...