Menu

#14 re using file service gui

open
5
2012-12-07
2005-10-14
No

In my MCPS gui I want to show sandboxes of users who
submitted jobs. This is done through the file service.
As you already have created a file service GUI I want
to re use that work.

What I would like is to have an object (lets say,
"FileService") that I can instantiate with a server url
and a path. e.g.

FileService fs=FileService(String
clarens_server_url,String path) . A method of this
object would give me back a JPanel or a
JScrollablePanel that displays the GUI for the file
service you showed to me, but starting from the path I
gave (not from the file root). E.g.: http://<clarens
server>:8443/clarens/shell/34/345543333/

So for example the object would have two methods:

public void FileService(String
Clarens_server_url,String path)
public JPanel buildPanel()

Discussion


Log in to post a comment.