I have a client/server setup. When both are loaded they are identical(Buttons, labels, TextFields and such). When I click a button on the client it performs an action on the server, displaying other TextFields, Labels and buttons. Now I need the same actions to be performed on all clients. What is the best way to perform these actions. The objects are already created on the client just need to make them visible and set the values of the Objects(set visible, set text, set Icon, set location and set size).
Any help is greatly appreciated.