Quote:
quote:Originally posted by HumaMunir
sorry for inconvenience. but will you please explain what you want to do with that.and how you managed to get through it.
HumaMunir
|
I wanted to create a java window that displayed text, without using textarea The application that I have made requires that you understand what each button does.
At first I was using the awt package. But after careful research, I've discover that using swing package is far more effective for creating a window and easier to use. One source say that awt is heavy and swing is light, whatever that means. I just know that you can use something called a JEditorPane that allows you to write HTML and in a window so that text shows up natural and fluid.
if there are anymore questions or if someone would like to see an example of my code then just say so...