Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Sep 25 In Java Category.

  
Question Answered By: Ty Thompson   on Sep 25

s> Hello,

s> I am making  a trojan using RMI.
s> I want that when client  click close  button then server's window  will
s> close .

Window o = new Window();
o.open();

User u = new User("salman");
u.open(o);
u.jump();

u.close(o);

s> So there is any function  or class  that can shutdown  or restart
s> computer?

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on shutdown window Or get search suggestion and latest updates.


Tagged: