Is there any provision lik customised panel in java??? Can we design a customized frame in java?? i jus wanna knw whether v can or not.. don need t code:cheesy: if t code is available den post it :mrgreen:
Thnx in advance!
Is there any provision lik customised panel in java??? Can we design a customized frame in java?? i jus wanna knw whether v can or not.. don need t code:cheesy: if t code is available den post it :mrgreen:
Thnx in advance!
Frame is soemthing you put around your component to keep them together. It is like frame with photograph on the table holding photograph, glass and standing leg so they don't foll apart
here is link to sun tutorial http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html
You can extend JPanel, it's not a final class.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.