oshi:update to 6.1.1
This commit is contained in:
parent
f906b12937
commit
55ad87e8ec
|
@ -1,7 +1,7 @@
|
||||||
# MooInfo
|
# MooInfo
|
||||||

|

|
||||||
|
|
||||||
A visual implementation of OSHI, to view information about the system and hardware.
|
V****isual implementation of OSHI, to view information about the system and hardware.
|
||||||
|
|
||||||
Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
|
Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
|
||||||
## Supported platforms
|
## Supported platforms
|
||||||
|
@ -11,9 +11,9 @@ Windows • Linux • macOS
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
****
|
||||||

|

|
||||||

|
****
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -31,7 +31,7 @@
|
||||||
<flatlaf-intellij-themes.version>2.0.1</flatlaf-intellij-themes.version>
|
<flatlaf-intellij-themes.version>2.0.1</flatlaf-intellij-themes.version>
|
||||||
<hutool-all.version>5.7.16</hutool-all.version>
|
<hutool-all.version>5.7.16</hutool-all.version>
|
||||||
<fastjson.version>1.2.78</fastjson.version>
|
<fastjson.version>1.2.78</fastjson.version>
|
||||||
<oshi-core.version>6.1.0</oshi-core.version>
|
<oshi-core.version>6.1.1</oshi-core.version>
|
||||||
<jfreechart.version>1.5.3</jfreechart.version>
|
<jfreechart.version>1.5.3</jfreechart.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.github.fvarrui</groupId>
|
<groupId>io.github.fvarrui</groupId>
|
||||||
<artifactId>javapackager</artifactId>
|
<artifactId>javapackager</artifactId>
|
||||||
<version>1.6.2</version>
|
<version>1.6.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<bundleJre>true</bundleJre>
|
<bundleJre>true</bundleJre>
|
||||||
<mainClass>com.luoboduner.moo.info.App</mainClass>
|
<mainClass>com.luoboduner.moo.info.App</mainClass>
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
<properties>
|
<properties>
|
||||||
<text value="A visual implementation of OSHI, to view information about the system and hardware"/>
|
<text value="Visual implementation of OSHI, to view information about the system and hardware"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
<component id="2b99b" class="javax.swing.JLabel" binding="authorLabel">
|
<component id="2b99b" class="javax.swing.JLabel" binding="authorLabel">
|
||||||
|
|
|
@ -375,7 +375,7 @@ public class AboutDialog extends JDialog {
|
||||||
panel1.add(panel2, new GridConstraints(1, 0, 1, 2, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false));
|
panel1.add(panel2, new GridConstraints(1, 0, 1, 2, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false));
|
||||||
panel2.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEmptyBorder(), "MooInfo", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, this.$$$getFont$$$(null, Font.BOLD, 20, panel2.getFont()), new Color(-4425028)));
|
panel2.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEmptyBorder(), "MooInfo", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, this.$$$getFont$$$(null, Font.BOLD, 20, panel2.getFont()), new Color(-4425028)));
|
||||||
final JLabel label1 = new JLabel();
|
final JLabel label1 = new JLabel();
|
||||||
label1.setText("A visual implementation of OSHI, to view information about the system and hardware");
|
label1.setText("Visual implementation of OSHI, to view information about the system and hardware");
|
||||||
panel2.add(label1, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_WEST, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
|
panel2.add(label1, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_WEST, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
|
||||||
authorLabel = new JLabel();
|
authorLabel = new JLabel();
|
||||||
authorLabel.setText("Proudly by RememBerBer 周波");
|
authorLabel.setText("Proudly by RememBerBer 周波");
|
||||||
|
|
Loading…
Reference in New Issue