aspose file tools
The moose likes Swing / AWT / SWT and the fly likes  Develop an application like JConsole Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark " Develop an application like JConsole" Watch " Develop an application like JConsole" New topic
Author

Develop an application like JConsole

Shikha Upadhyaya
Ranch Hand

Joined: Aug 17, 2011
Posts: 70

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?
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

When you say "these two", which two things do you mean?
Shikha Upadhyaya
Ranch Hand

Joined: Aug 17, 2011
Posts: 70

Static swing form and log files.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Do you want to write to your log files from the user interface, or read the log files in your user interface?


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Shikha Upadhyaya
Ranch Hand

Joined: Aug 17, 2011
Posts: 70

Do you want to write to your log files from the user interface, or read the log files in your user interface?


Read the log files in the UI.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8436

Maybe something like a JTextArea which displays the log contents?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Develop an application like JConsole
 
Similar Threads
how many threads start
using jconsole
Developing an application like JConsole
how can i make use of jconsole
OutOfMemoryError - how do I find out where the memory is going?