-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoverview.html
More file actions
37 lines (29 loc) · 844 Bytes
/
overview.html
File metadata and controls
37 lines (29 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<body>
<p>
The <b>VAquaClient</b> package provides an API for applications that use the
<a href="https://violetlib.org/vaqua/overview.html"><b>VAqua</b></a>
look and feel.
This library uses <b>VAqua</b>, but does not require it, so it can be used by applications
that optionally use <b>VAqua</b>.
<p>
The services provided include:
<ul>
<li>
Obtaining information about the current appearance and associated system colors on
macOS. This information can be used to create UIs that work effectively using both the
light and dark appearances.
</li>
<li>
Displaying windows as macOS sheets.
</li>
<li>
Constructing rows of buttons that can be displayed as a segmented control using <b>VAqua</b>.
</li>
<li>
Creating a <code>JTable</code> that supports the inset view style using <b>VAqua</b> on
macOS 11.
</li>
</ul>
</body>
</html>