If I create an application with multiple windows and diffrent users and an admin. Can this admin account manage which user will have access to which window(s), without having to create a new dashboard for every user.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
If I create an application with multiple windows and diffrent users and an admin. Can this admin account manage which user will have access to which window(s), without having to create a new dashboard for every user.
Is this a single program you are asking about?
If so the individual windows that it shows can be controlled to be visible or not.
If you don't understand my answer, don't ignore it, ask a question.
First, thanks for your quick replay. We have assiged a project to somebody and they say that for every user a new dashboard should be created, but thats not what we want. We want simply to manage it when creating a new user acount, with sometype of checkbox or any alternative.
Yes it will be a single application with diffrent tabs (x,y,z,..), in order to manage diffrent tasks. So the question is: if the admin, when creating a user account can select the access of these users to diffrent windows in the application?
for exemple:
if the app has 3 tabs:
-fotos
-audio
-video
and we want user1 to access fotos; user2 audio and video;...
Is this a java programming question?
Please explain.
If you don't understand my answer, don't ignore it, ask a question.
First of all I would like to know that is it even possible. When it could be done, then I would like to know how.
*And if this is not the right place, then I would appriciate to know where I can have this information.
Is this a java programming question? I don't see yet where java is part of the question you are asking.
Try asking on this forum: https://coderanch.com/forums
There are many experienced programmers there.
If you don't understand my answer, don't ignore it, ask a question.
drehtheile (January 21st, 2021)
Basically asked it here because the progammers uses java language. Thanks for the link, I will try asking it there.
If you don't understand my answer, don't ignore it, ask a question.