- Moved ReflectUtils to reflections package
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -41,6 +41,12 @@
|
||||
<artifactId>reflections</artifactId>
|
||||
<version>0.10.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.18.1</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
|
||||
*
|
||||
* You are unauthorized to remove this copyright.
|
||||
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
|
||||
* See LICENSE-File if exists
|
||||
*/
|
||||
|
||||
package dev.unlegitdqrk.unlegitlibrary.window;
|
||||
|
||||
public class Window {
|
||||
WinUser.WNDCLASSEX wndClass = new WinUser.WNDCLASSEX();
|
||||
|
||||
public Window(String tile, int x, int y, int width, int height) {
|
||||
WinUs
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user