Java Swing: how to create assist functionality to teach user how to use the software?
Asked Answered
M

1

14

Is there a library out there that can facilitate in creating assist or automated guide that tells users what action to take?

Like it should notice the user is running the software for the first time so it will say click this button, and when the user does, it will explain other features.

sort of like what Youtube's video editor does but I wonder if this is achievable in swing.

I don't know what you call this...but below is a good example to aim for but something that works for Java Swing.

http://jeffpickhardt.com/guiders/

Masticatory answered 25/11, 2011 at 6:53 Comment(2)
something very new, I have never tried in my apps.Findlay
I vote for this/ese library(ies) too +1Symphony
S
4

I would do this using JPanel or image and mouse events by setting their visbility properties. I haven't tried it but, I think I can...

I used these libraries which are for rich applications

http://java.net/projects/animatedtransitions/
http://java.net/projects/timingframework/

let me know if you found anything new.

thanks

from vinay

Sennight answered 25/11, 2011 at 9:15 Comment(1)
what about doing overlays on lightweight and heavyweight components? I think that is the missing equation. nice suggestions +1Masticatory

© 2022 - 2024 — McMap. All rights reserved.