Questions tagged [modality]

A modality is a form of communication between a user and a program.

A modality defines the state of user interaction with software or a device, and multi-valued logic can be used to handle complex behavior and overlapping states.

References

51 questions
0
votes
2 answers

Java 8 + Swing: Modal Dialog Theory

I am working on an application that will have the following feature: The application will have a "Load Image" button to open an image and settings modal dialog. It will need to block until that dialog returns, either with the results of the…
sadakatsu
  • 1,255
  • 18
  • 36
0
votes
2 answers

JDialog with Max/Min Button?

Is there anyway I can add a JPanel in a Modal-less JDialog that also has Max/Min/Close buttons? Even when I do something like this, it does not show max/min button. JFrame f1 = new JFrame("Book 1 (parent frame)"); JDialog myDialog = new…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
2 answers

not to return to Dialog when another Dialog is open

I'm showing up a Dialog from a JFrame, but when I click outside the dialog, the dialog gets hidden. It's supposed to the dialog won't let you do nothing unless you close it right? This is my code: The Dialog calling from First…
user3480792
  • 94
  • 1
  • 7
0
votes
2 answers

How to check modality/cardinality on a relationship in Oracle

I am attempting to reverse engineer a Database that is in Oracle. I have been able to find the main keys and the referential integrity rules that correspond to the Foreign Keys but cannot locate where the modality/cardinality rules are stored. Any…
Josh
  • 1
  • 1
  • 1
0
votes
1 answer

VIM Modality interface implementation

I've been searching on google and here on SO for any hints or tips and tricks on implementing the vim like modality interface (the command and insert modes) and possible [demo] commands or keystrokes. Are there any libraries out there for this?
Eimantas
  • 48,927
  • 17
  • 132
  • 168
0
votes
4 answers

Changing the modality of an existing JDialog

I'm integrating an applet and I need to hack one of the dialog and change its modality. My problem is I don't know Swing, and my attempts have no effect in practice. Current…
plus-
  • 45,453
  • 15
  • 60
  • 73
1 2 3
4