Hi, The layout manager determines the location/size of the components. If you want to control the exact location you can build your own layout manager and decide where you want components to "go". This isn't too hard, you can just subclass the Layout class and implement the applicable methods.
On Thursday, October 15, 2020 at 1:13:22 PM UTC+3 [email protected] wrote: > Hi, > I want to set container position X,Y in a form and allow drag in to it > like in the attached image. > My big problem here is to set the container position folowing a random X,Y? > Kind regards, > IDE: NetBeans > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7ae6eeac-28da-48a4-997e-bebebda08757n%40googlegroups.com.
