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.

Results 1 to 8 of 8

Thread: How to manage visibility option?

  1. #1
    Junior Member
    Join Date
    Jan 2021
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question How to manage visibility option?

    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.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to manage visibility option?

    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.

  3. #3
    Junior Member
    Join Date
    Jan 2021
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How to manage visibility option?

    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;...

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to manage visibility option?

    Is this a java programming question?
    Please explain.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Jan 2021
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How to manage visibility option?

    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.

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to manage visibility option?

    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.

  7. The Following User Says Thank You to Norm For This Useful Post:

    drehtheile (January 21st, 2021)

  8. #7
    Junior Member
    Join Date
    Jan 2021
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How to manage visibility option?

    Basically asked it here because the progammers uses java language. Thanks for the link, I will try asking it there.

  9. #8
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to manage visibility option?

    Posted here:https://coderanch.com/t/738627/java/...ibility-option
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Visibility of Table in JFrame
    By Simba Keith in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 1st, 2018, 05:27 PM
  2. For Loop Delay Help, Visibility Manipulation Assistance
    By 3r1c4 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 1st, 2013, 06:10 AM
  3. Replies: 10
    Last Post: April 21st, 2013, 09:28 AM
  4. Add and manage a layer over a canvas using SurfaceView
    By Nesh108 in forum Android Development
    Replies: 1
    Last Post: February 20th, 2012, 12:12 PM