The Artima Developer Community
Sponsored Link

Java Answers Forum
JFrames

1 reply on 1 page. Most recent reply: Aug 8, 2002 12:08 AM by Bin Zhang

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
jake

Posts: 83
Nickname: onorok
Registered: May, 2002

JFrames Posted: Aug 1, 2002 5:43 PM
Reply to this message Reply
Advertisement
I am making an application GUI using a JFrame, and I want to be able to open the application and have just the frame open up instead of a dos window opening up first, and then the JFrame. I know this is because I am running the JFrame through my main function. But my question is is there any way to run a JFrame without main, so that just the JFrame opens?


Bin Zhang

Posts: 4
Nickname: matrix
Registered: Aug, 2002

Re: JFrames Posted: Aug 8, 2002 12:08 AM
Reply to this message Reply
As far as I know ,there is no such way to do as
you want.
Because the main is an entrance to
the java application.

And I think it matters little if the dos displays
first.

Flat View: This topic has 1 reply on 1 page
Topic: drag file from desktop into textarea Previous Topic   Next Topic Topic: Print a hard-copy, how?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use