Images, posts & videos related to "Undecorated"
Just how hard would it be? I can only think of a few undecorated ones like XO and Dear Nostalgists.
Nakakalungkot lang dahil hindi sya ganun pinasikat ng media unlike sa mga atleta natin ngayon, pero kung itumtumbas ang achievements ng taong ito sa ibang larangan ng sports, siya na yata ang pinaka HUMBLE, pinaka MAGALING, at pinaka CONSISTENT sa kanyang field. A well rounded player. Bilang lang yung mali sa laro nya (kung nasubaybayan nyo sya). Yung tipong kapag konting kamali ng kalaban nya, kinakabahan na sila baka last na tira na nila. Ganun yung atmosphere kapag naglalaro siya. Yung tira na hindi mo lubos maisip kung paano mangyayari, sa kanya sisiw lang. Ganun sya kagaling. Yung pinakamagagaling na billiards player sa buong mundo noong panahon nya, tinalo nya lahat yun. Respect sa taong ito. Sana maisulat ka sa kasaysayan bilang pinakamahusay na manlalaro sa buong mundo.
ACHIEVEMENTS
2019 "6th Annual Junior Norris Memorial Shootout 9-Ball Champion"
2018 1st Asian Culture Day Lifetime Achievement Award (Las Vegas, Nevada, USA)
2018 Taiwan Pool Classic (Team Philippines)
3rd 2018 The Break Room 8-Ball Classic
2016 Accu-Stats Make-It-Happen One-Pocket Invitational [24][25]
2015 Accu-Stats Make-It-Happen One-Pocket Invitational [26][27][28]
2014 MP Cup Gensan International Open 10-Ball [29][30][31][32]
2014 Smokin' Aces One-Pocket Shootout [33]
2014 Derby City Classic One-Pocket [34][35][36]
2012 Chuck Markulis Memorial One-Pocket Division[37]
2011 World Mixed Doubles Classic (with Rubilen Amit)[38]
2011 US Open One Pocket Championship[39]
2010 Spanish Open 2010[40]
2010 Predator International Ten-Ball Championship[41]
2010 Derby City Classic Master of the Table[42]
2010 Derby City Classic Fatboy Challenge 10-Ball[43]
2010 Derby City Classic Nine-Ball[44]
2010 Asia vs. Europe Challenge Match[45]
2009 World Mixed Doubles Classic (with Rubilen Amit)[46]
2009 Galveston World Classic One Pocket[47]
2009 World Cup of Pool (with Francisco Bustamante)[48]
2007 Derby City Classic Master of the Table[49]
2007 Derby City Classic One-Pocket[50]
2006 San Miguel Asian 9-Ball Tour (Indonesia Leg)[51]
2006 IPT World Open Eight-ball Ch
... keep reading on reddit β‘I've been trying out Tornadofx. trying to create a custom title-bar, here's the code I'm currently trying
fun main(args: Array<String>) {
launch<MyApp>(args)
}
class MyApp : App(Title::class) {
override fun start(stage: Stage) {
stage.initStyle(StageStyle.UNDECORATED)
stage.minWidth = 600.0
stage.minHeight = 450.0
stage.isMaximized = false
super.start(stage)
}
}
class Title : View() {
private var xOffset = 0.0
private var yOffset = 0.0
private var screenBounds: Rectangle2D = Screen.getPrimary().visualBounds
private var originalBounds: Rectangle2D = Rectangle2D.EMPTY
init {
primaryStage.isMaximized = false
}
override val root = borderpane {
onMousePressed = EventHandler { ev ->
xOffset = primaryStage.x - ev.screenX
yOffset = primaryStage.y - ev.screenY
}
onMouseDragged = EventHandler { ev ->
primaryStage.x = xOffset + ev.screenX
primaryStage.y = yOffset + ev.screenY
}
center = label("Forms")
right = hbox {
button("Mi") {
action {
with(primaryStage) { isIconified = true }
}
}
button("Ma") {
action {
if (primaryStage.isMaximized) {
with(primaryStage) {
x = originalBounds.minX
y = originalBounds.minY
width = originalBounds.width
height = originalBounds.height
isMaximized = false
}
text = "Ma"
} else {
with(primaryStage) {
originalBounds = Rectangle2D(x, y, width, height)
x = screenBounds.minX
y = screenBounds.minY
width = screenBounds.width
height = screenBounds.height
isMaximized = true
}
... keep reading on reddit β‘So there's a little spot on my island that only has one decorated cedar tree and, being obsessed with symmetry, I wanted to dinple replace the undecorated one with one that is.
However, when I tried it, the replacement tree (which had lights before I shoveled it out) didnt end up having lights when I planted it in the ground. Neither do now.
Just thought I'd share this little bit of info for any other people who want more decorated trees in specific areas.
ππ
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.