CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    22

    Question Develop an application like JConsole

    I have to develop an application similar to JConsole. As of now, I have created a form using Swing and have been able to retrieve all the log files. I am not getting how to go about linking these two. Could any one give me a hint please?

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Develop an application like JConsole

    how to go about linking these two
    Define some methods in the class that has the data that the GUI class can call to do what it needs to do. The GUI class would need a reference to the class with the data so it can call its method.
    Norm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured