Re: Jframe



Francois Lionet wrote:
Hello,

In my application, I open a JFrame, and I need this frame to be caption-less. Can someone tell me how to get rid of the title bar and the border?

Thank you!
Francois



Why not just use JWindow?
.



Relevant Pages

  • Jframe
    ... In my application, I open a JFrame, and I need this frame to be ... caption-less. ... Can someone tell me how to get rid of the title bar and the ...
    (comp.lang.java.programmer)
  • Re: Active Directory Design
    ... schedule replication traffic to occur between specific time windows. ... > dc in each brach could get rid of several problems, ... >> 56k Frame Relay. ...
    (microsoft.public.win2000.active_directory)
  • Re: GUI and Thread
    ... > To avoid this, I execute a packroutine on the frame, but then ... > This is because there is not content in the TextArea and TextField. ... Call setVisible/after/ adding all components to your JFrame. ...
    (comp.lang.java.programmer)
  • Re: GUI....Controlling Control Buttons ....
    ... > When I start the JFrame instance it shows the Window but does not show ... > all the components of the frame gets collected in one part of the ... > public class Chat extends JFrame implements Runnable { ...
    (comp.lang.java.gui)
  • Re: Java/OOP Question/Problem
    ... I am trying to retrofit an Imaging API which uses only AWT and accepts either AWT components or classes which inherit from AWT, I do not understand enough about GIS and other geometric functions to write my own library, so I hoped to use this one but I have zero to little experience of AWT and only slightly more Swing. ... My application extends a JFrame so is a JFrame is a Frame, and the imaging library's imaging window is an ImageFrame which also is a Frame, if this method had a Frame parameter I could pass either of these as an argument as they are all types of Frames, but because it has an ImageFrame parameter it will not work:(. ...
    (comp.lang.java.programmer)