A
A
AgentSIB2013-02-10 13:57:47
Java
AgentSIB, 2013-02-10 13:57:47

Java projects using SWT to learn?

Hello, please tell me projects in Java using SWT with source code. I myself tried to search on GitHub, but did not find anything interesting.
I would like to see how the combat project works, how windows work in a multi-window application. There are examples in the books, but I want to see the real application.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgin, 2013-02-10
@Evgin

Have you looked at the eclipse IDE?

I
Ilya Evseev, 2013-02-11
@IlyaEvseev

Creating a modal window (which blocks other open windows)

Found by Google for "java swt modal window"
stackoverflow.com/questions/4370452/display-parent-modal-dialog-with-swt
SWT.APPLICATION_MODAL window style
Creating a window with waiting for the result from it (Callback)

ibid, dialogShell.addDisposeListener
Implementation of linked windows (transmission of events between windows, it is possible based on listeners, but I would like to see how others do it)

Here it is necessary to clarify the problem. In the simplest case, the listener of one object calls the necessary methods of another object without any events.
If you search for "java swt intercommunication", then this is what is found:
stackoverflow.com/questions/5415167/in-swt-whats-the-best-way-to-communicate-between-a-parent-shell-and-a-non -dial

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question