Jframe not visible to the user but perform action on this jframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahmed123
    New Member
    • Dec 2013
    • 1

    Jframe not visible to the user but perform action on this jframe

    hi everyone, i am new to java so please help me
    my main aim is to hide the JFrame form to users but perform some actions on this jframe. The only thing is, I dont to show this Jframe to the user
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    There are hide() and show methods available to the JFrame.

    Comment

    Working...