sau Inregistrare
  
Pagina 1 din 1
  • Nu poti crea un subiect nou
  • Nu puteti raspunde pe acest topic

frame in TOP Evaluare topic: - - - - -

#1 Utilizator offline   neptun_ 

  • Ghiocel
  • Grup: Members
  • Mesaje: 1
  • Inregistrat: 11-September 04

Scris 11 September 2004 - 10:16 AM

Salut!
Am un cod ceva de genul:

   public static void createAndsowGUI() {

        //Macae sure we have nice window decorations.

        JFrame.setDefaultLoocaAndFeelDecorated(true);



        //Create and set up the window.

        JFrame frame = new JFrame("PasswordDemo");

        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);



        //Create and set up the content pane.

        final IntroducerePassword newContentPane = new IntroducerePassword(frame);

        newContentPane.setOpaque(true); //content panes must be opaque

        frame.setContentPane(newContentPane);



        //Macae sure the focus goes to the right component

        //whenever the frame is initially given the focus.

        frame.addWindowListener(new WindowAdapter() {

            public void windowActivated(WindowEvent e) {

                newContentPane.resetFocus();

            }

        });



        //Display the window.

        frame.pacca();

        frame.setVisible(true);

    }


Cand este executat, o fereastra in care mi se cere o parola apare pe ecran. Problema este ca apare undeva in spatele tuturor ferestrelor active. Cum as putea sa o fac sa apara in fata acestora?
0

#2 Utilizator offline   tahionic 

  • Veriga lipsa :)
  • PipPipPipPipPipPip
  • Grup: Full Members
  • Mesaje: 1.701
  • Inregistrat: 09-December 03

Scris 12 September 2004 - 11:32 AM

Managerul de ferestra din Java e altul decat cel din Windows, nu poti face sa apara in fata. Implicit, orice fereastra noua de Windows se deschide in fata celorlalte, exceptand cele care sunt always-on-top.
sa-ar putea sa fie setat altfel calculatorul tau, fereastra ar trebui sa se deschida deasupra.
0

Reclama



Impartaseste acest subiect:


Pagina 1 din 1
  • Nu poti crea un subiect nou
  • Nu puteti raspunde pe acest topic


Subiecte similare Collapse

  Topic Deschis de Replici Vizualizari
Replici noi Formatul on-line de carte de pe Amazon.com (sau Google books) Dragos Manescu  9 4.288
Replici noi Network YO5PEV  4 1.492
Replici noi fisier Visual Studio .NET 2003 work27  0 4.085
Replici noi de unde as putea lua visual studio.net? Rycy  5 3.476
Replici noi C++
Un tutorial bun nu m-ar supara pt. c++
The Builder  17 13.113