Search:

Type: Posts; User: uijbaba

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,076

    Re: SEARCHING FOR STATIC VARIABLES

    hello guys, am actualy designing an app to be use in-hause by a company to inspect the source code/bytecode of third party softwares for backdoors before buying the software. and am puting enphasis...
  2. Replies
    4
    Views
    1,076

    SEARCHING FOR STATIC VARIABLES

    Hello guys, am Jamal and thers is this code i want to write, can anybody help me?

    Question: a code to search for static variables that look like username or password.


    i want to be able to...
  3. Replies
    6
    Views
    1,496

    Re: PROBLEMS WITH LOGIN FORM

    The class for the login form is LoginGui() and that of the main application is MainWindowGui(): they both do not have a method that can be called to change their visibility.
  4. Replies
    6
    Views
    1,496

    Re: PROBLEMS WITH LOGIN FORM

    the problem is with how to exit the login form or to cause it to disappear and to display the main application.
  5. Replies
    6
    Views
    1,496

    PROBLEMS WITH LOGIN FORM

    Hello guys, i am working on an application that requires a login. The problem is that after logging in with a correct user id and password the login form (LoginGui) is suppose to exit and the main...
  6. Thread: MR

    by uijbaba
    Replies
    3
    Views
    1,322

    Re: MR

    a csv file
  7. Thread: MR

    by uijbaba
    Replies
    3
    Views
    1,322

    MR

    Helo folks, kindly give me some guidance as to how to manipulate(copy part and save in an excel file) a text file.

    the text file contain figures arranged in a table form. i want to pick some, add...
  8. Replies
    4
    Views
    3,338

    Re: How to exit a login form

    I just tried setVisible(false) and it is able to exit the login form but after that any form that comes up you can see the login form embedded it.
  9. Replies
    4
    Views
    3,338

    How to exit a login form

    Hello guys, i am working on an application that requires a login. The problem is that after logging in with a correct user id and password the login form (LoginGui) is suppose to exit and the main...
  10. Replies
    3
    Views
    4,613

    Re: Adding a jToolBar to my desktop application

    my problem is that i do not know how to add the toolbar given this code. kindly give me some idea so that i will try it and see.
    thank you.
  11. Replies
    3
    Views
    4,613

    Adding a jToolBar to my desktop application

    Hello guys, i have problebs adding a toolbar to my main jframe and i want you to help me. The code is as follows:


    import java.io.*;
    import javax.swing.*;
    import javax.swing.JToolBar;
    import...
Results 1 to 11 of 11