I use a line of code exactly like this one:
MyFrame.add(new JLabel("<html><body>Information to be displayed</body></html>"));
Each time i execute my project, nothing displays in the JFrame MyFrame including other data not related to the JLabel. Please someone should kindly tell me where i'm going wrong.