This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pyjnius
mirror of
https://github.com/kivy/pyjnius.git
Watch
1
Star
1
Fork
You've already forked pyjnius
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a5d3bb4069
pyjnius
/
tests
/
java-src
/
org
/
jnius
/
Parent.java
8 lines
107 B
Java
Raw
Blame
History
package
org.jnius
;
public
class
Parent
{
static
public
Parent
newInstance
(
)
{
return
new
Parent
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink